MythTV
master
|
#include <QDir>
#include <QFileInfo>
#include <QFontDatabase>
#include <QList>
#include <QMutexLocker>
#include "libmythbase/mythlogging.h"
#include "mythfontmanager.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("MythFontManager: ") |
Functions | |
MythFontManager * | GetGlobalFontManager (void) |
Variables | |
static MythFontManager * | gFontManager = nullptr |
static constexpr int8_t | MAX_DIRS { 100 } |
#define LOC QString("MythFontManager: ") |
Definition at line 13 of file mythfontmanager.cpp.
MythFontManager* GetGlobalFontManager | ( | void | ) |
Definition at line 287 of file mythfontmanager.cpp.
Referenced by MythThemeBase::MythThemeBase(), MythThemeBase::Reload(), and MythThemeBase::~MythThemeBase().
|
static |
Definition at line 11 of file mythfontmanager.cpp.
Referenced by MythFontManager::GetGlobalFontManager().
|
staticconstexpr |
Definition at line 14 of file mythfontmanager.cpp.
Referenced by MythFontManager::LoadFonts().