#include <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) |
| void | Rescale (int height=0) |
Static Public Member Functions | |
| static FontMap * | GetGlobalFontMap (void) |
Private Attributes | |
| QMap< QString, MythFontProperties > | m_FontMap |
Definition at line 84 of file mythfontproperties.h.
| FontMap::FontMap | ( | ) | [inline] |
Definition at line 87 of file mythfontproperties.h.
Referenced by GetGlobalFontMap().
| MythFontProperties * FontMap::GetFont | ( | const QString & | text | ) |
Definition at line 458 of file mythfontproperties.cpp.
Referenced by MythUIType::GetFont(), MythUIText::ParseElement(), MythUIGuideGrid::ParseElement(), and MythFontProperties::ParseFromXml().
| bool FontMap::AddFont | ( | const QString & | text, | |
| MythFontProperties * | fontProp | |||
| ) |
Definition at line 468 of file mythfontproperties.cpp.
Referenced by MythUIType::AddFont(), and MythFontProperties::ParseFromXml().
| bool FontMap::Contains | ( | const QString & | text | ) |
Definition at line 500 of file mythfontproperties.cpp.
| void FontMap::Clear | ( | void | ) |
Definition at line 505 of file mythfontproperties.cpp.
Referenced by MythThemeBase::Reload(), and MythThemeBase::~MythThemeBase().
| void FontMap::Rescale | ( | int | height = 0 |
) |
Definition at line 513 of file mythfontproperties.cpp.
| FontMap * FontMap::GetGlobalFontMap | ( | void | ) | [static] |
Definition at line 528 of file mythfontproperties.cpp.
Referenced by GetGlobalFontMap().
QMap<QString, MythFontProperties> FontMap::m_FontMap [private] |
Definition at line 99 of file mythfontproperties.h.
Referenced by AddFont(), Clear(), Contains(), GetFont(), and Rescale().
1.6.3