#include <mgui/customui.h>
Public Member Functions | |
| ~CUSTOMUI () | |
Static Public Member Functions | |
| bool | IsComponentEnabled (ICID icid) |
| void | RegisterWidget (Widget w, ICID icid) |
| void | SetComponentEnabled (ICID icid, bool enabled) |
| void | SetFileDefault (bool reread) |
| ERRVALUE | SetFilePath (const FILEPATH &filepath, bool reread) |
| ERRVALUE | WriteSettings () |
Definition at line 36 of file customui.h.
|
|
Destructor.
|
|
|
Determine if specified component is "enabled".
|
|
||||||||||||
|
Register widget for dynamic customization (X only).
|
|
||||||||||||
|
Set whether component enabled.
|
|
|
Set to use standard default files. This will re-read the settings if necessary and update controls. |
|
||||||||||||
|
Set to use specified file for settings. This will read the settings if necessary and update controls. If file does not exist no settings will be changed. Settings may be subsequently written to the specified file using WriteSettings(). |
|
|
Write settings to current 'user' file if necessary.
|
1.3.8-20040913