#include <MercuryTheme.h>
Collaboration diagram for MercuryTheme:
Public Member Functions | |
bool | Load (const MString &sThemeName) |
bool | GetMetricS (const MString &sKey, const MString &sValue, MString &sData) |
MString | GetName () |
Private Attributes | |
MercuryINI | Metrics |
MString | m_sName |
MercuryTheme, this is not normally used by the user, and is primarily used by MercuryThemeManager. It contains a metrics INI and theme name for an entire theme.
Definition at line 10 of file MercuryTheme.h.
bool MercuryTheme::Load | ( | const MString & | sThemeName | ) |
Load a theme by name: sThemeName
bool MercuryTheme::GetMetricS | ( | const MString & | sKey, | |
const MString & | sValue, | |||
MString & | sData | |||
) | [inline] |
Get a specific value from the metrics file.
Definition at line 17 of file MercuryTheme.h.
MString MercuryTheme::GetName | ( | ) | [inline] |
Retrieve the name of the theme
Definition at line 20 of file MercuryTheme.h.
MercuryINI MercuryTheme::Metrics [private] |
Definition at line 22 of file MercuryTheme.h.
MString MercuryTheme::m_sName [private] |
Definition at line 23 of file MercuryTheme.h.