MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Public Member Functions | Private Attributes | List of all members
MythFontReference Class Reference

#include <mythfontmanager.h>

Public Member Functions

 MythFontReference (const QString &fontPath, const QString &registeredFor, 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

Detailed Description

Definition at line 40 of file mythfontmanager.h.

Constructor & Destructor Documentation

MythFontReference::MythFontReference ( const QString &  fontPath,
const QString &  registeredFor,
const int  fontID 
)

Definition at line 261 of file mythfontmanager.cpp.

Member Function Documentation

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

Member Data Documentation

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().


The documentation for this class was generated from the following files: