#include "MercuryINI.h"
Go to the source code of this file.
Classes | |
class | MercuryTheme |
Mercury Theme System (Accessable via THEME.). More... | |
class | MercuryThemeManager |
Defines | |
#define | GET_GRAPHIC_BY_NAME(x) THEME.GetPathToGraphic( THEME.GetMetricS( GetName(), x ) ) |
#define | GET_MODEL_BY_NAME(x) THEME.GetPathToModel( THEME.GetMetricS( GetName(), x ) ) |
#define | GET_FILE_BY_NAME(x) THEME.GetPathToFile( THEME.GetMetricS( GetName(), x ) ) |
Variables | |
MercuryThemeManager | THEME |
#define GET_FILE_BY_NAME | ( | x | ) | THEME.GetPathToFile( THEME.GetMetricS( GetName(), x ) ) |
Definition at line 68 of file MercuryTheme.h.
#define GET_GRAPHIC_BY_NAME | ( | x | ) | THEME.GetPathToGraphic( THEME.GetMetricS( GetName(), x ) ) |
Get the path to a theme according to what metrics wants
Definition at line 66 of file MercuryTheme.h.
#define GET_MODEL_BY_NAME | ( | x | ) | THEME.GetPathToModel( THEME.GetMetricS( GetName(), x ) ) |
Definition at line 67 of file MercuryTheme.h.
Definition at line 8 of file MercuryTheme.cpp.