|
MythTV
0.27pre
|
#include <mythfontmanager.h>
Public Member Functions | |
| MythFontReference (const QString &fontPath, const QString ®isteredFor, const int fontID) | |
| QString | GetFontPath (void) const |
| QString | GetRegisteredFor (void) const |
| int | GetFontID (void) const |
Private Attributes | |
| const QString | m_fontPath |
| const QString | m_registeredFor |
| const int | m_fontID |
Definition at line 40 of file mythfontmanager.h.
| MythFontReference::MythFontReference | ( | const QString & | fontPath, |
| const QString & | registeredFor, | ||
| const int | fontID | ||
| ) |
Definition at line 261 of file mythfontmanager.cpp.
|
inline |
Definition at line 46 of file mythfontmanager.h.
Referenced by MythFontManager::ReleaseFonts().
|
inline |
Definition at line 47 of file mythfontmanager.h.
Referenced by MythFontManager::ReleaseFonts().
Definition at line 48 of file mythfontmanager.h.
Referenced by MythFontManager::RegisterFont(), and MythFontManager::ReleaseFonts().
|
private |
Definition at line 51 of file mythfontmanager.h.
Referenced by GetFontPath().
|
private |
Definition at line 52 of file mythfontmanager.h.
Referenced by GetRegisteredFor().
|
private |
Definition at line 53 of file mythfontmanager.h.
Referenced by GetFontID().
1.8.1.2