MercuryTheme Class Reference

Mercury Theme System (Accessable via THEME.). More...

#include <MercuryTheme.h>

Collaboration diagram for MercuryTheme:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Mercury Theme System (Accessable via THEME.).

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.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Hosted by SourceForge.net Logo