#include <Appearance.h>
Public Member Functions | |
ThemeSkin () | |
ThemeSkin (const ThemeSkin &obj) | |
virtual ThemeSkin & | operator= (const ThemeSkin &obj) |
~ThemeSkin () | |
int | Load (const char *fileDPF, const char *fileXML="skinconfig.xml") |
Load a theme. | |
void | Free (void) |
Unload the skins. | |
ControlSkin * | GetSkin (const char *name) |
Get a pointer to a skin. | |
const char * | GetName (void) |
Get the name of the theme. | |
void | SetName (const char *val) |
Set the name of the theme. |
Motoko::ThemeSkin::ThemeSkin | ( | ) |
ThemeSkin constructor.
Motoko::ThemeSkin::~ThemeSkin | ( | ) |
ThemeSkin destructor.
void Motoko::ThemeSkin::Free | ( | void | ) |
ControlSkin * Motoko::ThemeSkin::GetSkin | ( | const char * | name | ) |
Get a pointer to a skin.
name | Name of the skin. |
int Motoko::ThemeSkin::Load | ( | const char * | fileDPF, | |
const char * | fileXML = "skinconfig.xml" | |||
) |
Load a theme.
fileDPF | File with the theme. | |
fileXML | File with the parameters. |