53 static void setProgDir ( std::string directory );
66 static void setIconDir ( std::string directory );
99 static std::string _progDir;
100 static std::string _iconDir;
101 static std::string _themeDir;
102 static std::string _localeDir;
109 #endif // YSettings_h
static std::string localeDir()
Returns the value of your program's locale subdir.
static void setIconDir(std::string directory)
This can be used to set a subdir ICONDIR, where your program stores a custom icons.
static void setThemeDir(std::string directory)
This can be used to set a subdir THEMEDIR, where your program stores a custom icons.
static void setProgDir(std::string directory)
This can be used to set a subdir beneath PLUGINDIR or THEMEDIR, where your program stores a custom pl...
static void setLocaleDir(std::string directory)
This can be used to set a subdir LOCALEDIR, where your program stores translations.
static std::string iconDir()
Returns the value of your program's icons subdir.
static std::string themeDir()
Returns the value of your program's theme subdir.
static std::string progDir()
Returns the value of your program's subdir.