#include "mmsgui/theme/mmsthememanager.h"
#include "mmsinfo/mmsinfo.h"
#include "mmsconfig/mmsconfigdata.h"
Go to the source code of this file.
Defines | |
#define | INITCHECK if (!this->initialized) throw MMSThemeManagerError(1, "MMSThemeManager is not initialized!"); |
#define | GET_THEME_CLASS(method) |
#define GET_THEME_CLASS | ( | method | ) |
Value:
class_name = tafff->getAttributeString(MMSGUI_BASE_ATTR::MMSGUI_BASE_ATTR_IDS_name); \ if (class_name) method(tafff, theme, class_name); \ else DEBUGMSG("MMSGUI", "name of class not specified (ignoring)");
Definition at line 266 of file mmsthememanager.cpp.
#define INITCHECK if (!this->initialized) throw MMSThemeManagerError(1, "MMSThemeManager is not initialized!"); |
Definition at line 37 of file mmsthememanager.cpp.