class WXDLLIMPEXP_BASE wxStandardPaths : public wxStandardPathsBase
{
public:
- // ctor calls IgnoreAppBuildSubDirs() and also sets up the object to use
- // both vendor and application name by default
- wxStandardPaths();
-
// implement base class pure virtuals
virtual wxString GetExecutablePath() const;
virtual wxString GetConfigDir() const;
static wxString MSWGetShellDir(int csidl);
protected:
+ // Ctor is protected, use wxStandardPaths::Get() instead of instantiating
+ // objects of this class directly.
+ //
+ // It calls IgnoreAppBuildSubDirs() and also sets up the object to use
+ // both vendor and application name by default.
+ wxStandardPaths();
+
// get the path corresponding to the given standard CSIDL_XXX constant
static wxString DoGetDirectory(int csidl);