#include <theme_holder.h>
Static Public Methods | |
void | load () |
int | numberOfThemes () |
int | indexFromName (QString const &name) |
Theme * | theme (int index) |
Static Private Methods | |
void | getThemes (QStringList const &files) |
Static Private Attributes | |
std::vector< Theme *> | s_themes |
bool | s_initialized |
|
Loads the themes from the given theme-files.
|
|
Returns the index of the theme with the given name or -1 if it does not exists.
|
|
Loads the themes.
|
|
Returns the number of themes.
|
|
Returns a pointer to the given theme.
|
|
If true, load was called.
|
|
The themes.
|