#include <mythfontproperties.h>
Definition at line 61 of file mythfontproperties.h.
Public Member Functions | |
| FontMap () | |
| MythFontProperties * | GetFont (const QString &text) |
| bool | AddFont (const QString &text, MythFontProperties *fontProp) |
| bool | Contains (const QString &text) |
| void | Clear (void) |
Static Public Member Functions | |
| static FontMap * | GetGlobalFontMap (void) |
Private Attributes | |
| QMap< QString, MythFontProperties > | m_FontMap |
| FontMap::FontMap | ( | ) | [inline] |
| MythFontProperties * FontMap::GetFont | ( | const QString & | text | ) |
Definition at line 263 of file mythfontproperties.cpp.
Referenced by MythUIType::GetFont(), MythUIText::ParseElement(), MythUIButton::ParseElement(), MythListButton::ParseElement(), and MythFontProperties::ParseFromXml().
| bool FontMap::AddFont | ( | const QString & | text, | |
| MythFontProperties * | fontProp | |||
| ) |
Definition at line 273 of file mythfontproperties.cpp.
Referenced by MythUIType::AddFont(), and MythFontProperties::ParseFromXml().
| bool FontMap::Contains | ( | const QString & | text | ) |
Definition at line 304 of file mythfontproperties.cpp.
| void FontMap::Clear | ( | void | ) |
Definition at line 309 of file mythfontproperties.cpp.
Referenced by MythThemeBase::Reload(), and MythThemedMenuPrivate::ReloadTheme().
| FontMap * FontMap::GetGlobalFontMap | ( | void | ) | [static] |
QMap<QString, MythFontProperties> FontMap::m_FontMap [private] |
Definition at line 75 of file mythfontproperties.h.
Referenced by AddFont(), Clear(), Contains(), and GetFont().
1.5.5