libyui
3.2.9
|
Settings for libyui. More...
#include <YSettings.h>
Static Public Member Functions | |
static void | setProgDir (std::string directory) |
This can be used to set a subdir beneath PLUGINDIR or THEMEDIR, where your program stores a custom plugin or theme. More... | |
static std::string | progDir () |
Returns the value of your program's subdir. | |
static void | setIconDir (std::string directory) |
This can be used to set a subdir ICONDIR, where your program stores a custom icons. More... | |
static std::string | iconDir () |
Returns the value of your program's icons subdir. | |
static void | setThemeDir (std::string directory) |
This can be used to set a subdir THEMEDIR, where your program stores a custom icons. More... | |
static std::string | themeDir () |
Returns the value of your program's theme subdir. | |
static void | setLocaleDir (std::string directory) |
This can be used to set a subdir LOCALEDIR, where your program stores translations. More... | |
static std::string | localeDir () |
Returns the value of your program's locale subdir. | |
Settings for libyui.
This singleton-object hold some presets for libyui.
Definition at line 43 of file YSettings.h.
|
static |
This can be used to set a subdir ICONDIR, where your program stores a custom icons.
Once this is set, it can't be altered. If you do so although an exception will be thrown.
Definition at line 79 of file YSettings.cc.
|
static |
This can be used to set a subdir LOCALEDIR, where your program stores translations.
Once this is set, it can't be altered. If you do so although an exception will be thrown.
Definition at line 141 of file YSettings.cc.
|
static |
This can be used to set a subdir beneath PLUGINDIR or THEMEDIR, where your program stores a custom plugin or theme.
Once this is set, it can't be altered. If you do so although an exception will be thrown.
Definition at line 55 of file YSettings.cc.
|
static |
This can be used to set a subdir THEMEDIR, where your program stores a custom icons.
Once this is set, it can't be altered. If you do so although an exception will be thrown.
Definition at line 108 of file YSettings.cc.