#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.
| QString MythFontReference::GetFontPath | ( | void | ) | const [inline] |
Definition at line 46 of file mythfontmanager.h.
Referenced by MythFontManager::ReleaseFonts().
| QString MythFontReference::GetRegisteredFor | ( | void | ) | const [inline] |
Definition at line 47 of file mythfontmanager.h.
Referenced by MythFontManager::ReleaseFonts().
| int MythFontReference::GetFontID | ( | void | ) | const [inline] |
Definition at line 48 of file mythfontmanager.h.
Referenced by MythFontManager::RegisterFont(), and MythFontManager::ReleaseFonts().
const QString MythFontReference::m_fontPath [private] |
Definition at line 51 of file mythfontmanager.h.
Referenced by GetFontPath().
const QString MythFontReference::m_registeredFor [private] |
Definition at line 52 of file mythfontmanager.h.
Referenced by GetRegisteredFor().
const int MythFontReference::m_fontID [private] |
Definition at line 53 of file mythfontmanager.h.
Referenced by GetFontID().
1.6.3