MythTV  0.26-pre
Public Member Functions | Static Public Member Functions | Private Attributes
FontMap Class Reference

#include <mythfontproperties.h>

List of all members.

Public Member Functions

 FontMap ()
MythFontPropertiesGetFont (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 FontMapGetGlobalFontMap (void)

Private Attributes

QMap< QString, MythFontPropertiesm_FontMap

Detailed Description

Definition at line 84 of file mythfontproperties.h.


Constructor & Destructor Documentation

FontMap::FontMap ( ) [inline]

Definition at line 87 of file mythfontproperties.h.

Referenced by GetGlobalFontMap().


Member Function Documentation

MythFontProperties * FontMap::GetFont ( const QString &  text)
bool FontMap::AddFont ( const QString &  text,
MythFontProperties fontProp 
)
bool FontMap::Contains ( const QString &  text)

Definition at line 500 of file mythfontproperties.cpp.

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.

Definition at line 528 of file mythfontproperties.cpp.

Referenced by GetGlobalFontMap().


Member Data Documentation

QMap<QString, MythFontProperties> FontMap::m_FontMap [private]

Definition at line 99 of file mythfontproperties.h.

Referenced by AddFont(), Clear(), Contains(), GetFont(), and Rescale().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends