MythTV  master
Public Member Functions | Private Attributes | List of all members
MythFontReference Class Reference

#include <mythfontmanager.h>

Collaboration diagram for MythFontReference:
Collaboration graph
[legend]

Public Member Functions

 MythFontReference (QString fontPath, 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 44 of file mythfontmanager.h.

Constructor & Destructor Documentation

◆ MythFontReference()

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

Definition at line 47 of file mythfontmanager.h.

Member Function Documentation

◆ GetFontPath()

QString MythFontReference::GetFontPath ( void  ) const
inline

Definition at line 53 of file mythfontmanager.h.

Referenced by MythFontManager::ReleaseFonts().

◆ GetRegisteredFor()

QString MythFontReference::GetRegisteredFor ( void  ) const
inline

Definition at line 54 of file mythfontmanager.h.

Referenced by MythFontManager::ReleaseFonts().

◆ GetFontID()

int MythFontReference::GetFontID ( void  ) const
inline

Member Data Documentation

◆ m_fontPath

const QString MythFontReference::m_fontPath
private

Definition at line 58 of file mythfontmanager.h.

Referenced by GetFontPath().

◆ m_registeredFor

const QString MythFontReference::m_registeredFor
private

Definition at line 59 of file mythfontmanager.h.

Referenced by GetRegisteredFor().

◆ m_fontID

const int MythFontReference::m_fontID
private

Definition at line 60 of file mythfontmanager.h.

Referenced by GetFontID().


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