MythTV
master
|
#include <QFont>
#include <QColor>
#include <QBrush>
#include <QPoint>
#include <QMap>
#include <QMutex>
#include "xmlparsebase.h"
Go to the source code of this file.
Classes | |
class | MythFontProperties |
class | FontMap |
struct | fontProp |
Functions | |
MUI_PUBLIC FontMap * | GetGlobalFontMap (void) |
Variables | |
MUI_PUBLIC QMap< QString, fontProp > | globalFontMap |
MUI_PUBLIC FontMap* GetGlobalFontMap | ( | void | ) |
Definition at line 601 of file mythfontproperties.cpp.
Referenced by MythUIText::FormatTemplate(), MythUIText::ParseElement(), MythUIGuideGrid::ParseElement(), MythFontProperties::ParseFromXml(), MythThemeBase::Reload(), and MythThemeBase::~MythThemeBase().
MUI_PUBLIC QMap<QString, fontProp> globalFontMap |
Definition at line 522 of file mythfontproperties.cpp.
Referenced by FontMap::AddFont(), and FontMap::Clear().