|
MythTV master
|
#include "mythuihelper.h"#include <cmath>#include <unistd.h>#include <iostream>#include <QMutex>#include <QMap>#include <QDir>#include <QFileInfo>#include <QApplication>#include <QStyleFactory>#include <QFile>#include <QTimer>#include "libmythbase/mythdb.h"#include "libmythbase/mythdirs.h"#include "libmythbase/storagegroup.h"#include "mythprogressdialog.h"#include "mythimage.h"#include "mythmainwindow.h"#include "themeinfo.h"#include "x11colors.h"#include "mythdisplay.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("MythUIHelper: ") |
Functions | |
| MythUIHelper * | GetMythUI () |
| void | DestroyMythUI () |
Variables | |
| static MythUIHelper * | mythui = nullptr |
| static QMutex | uiLock |
| #define LOC QString("MythUIHelper: ") |
Definition at line 29 of file mythuihelper.cpp.
| void DestroyMythUI | ( | ) |
Definition at line 69 of file mythuihelper.cpp.
Referenced by main(), and MythContext::Impl::~Impl().
| MythUIHelper * GetMythUI | ( | ) |
Definition at line 64 of file mythuihelper.cpp.
Referenced by ThemeUpdateChecker::checkForUpdate(), MythBrowser::Create(), MythMainWindow::customEvent(), GalleryThumbView::customEvent(), MythMainWindow::EnterStandby(), MythMainWindow::ExitStandby(), MythThemedMenu::findMenuFile(), MythUIImage::FindRandomImage(), MythThemedMenu::handleAction(), MythContext::Impl::Init(), MythMainWindow::Init(), MythUIWebBrowser::Init(), MythUIScreenBounds::InitScreenBounds(), GameHandler::Launchgame(), MythUIImage::Load(), MythImage::Load(), XMLParseBase::LoadBaseTheme(), MythUIThemeCache::LoadCacheImage(), MythTVMenu::LoadFromFile(), ImageLoader::LoadImage(), MythUIVirtualKeyboard::loadKeyDefinitions(), MythMainWindow::LoadQtConfig(), loadScreens(), MythUIProcedural::LoadShaderSource(), XMLParseBase::LoadWindowFromXML(), main(), MenuTheme(), MythImage::MythImage(), MythImageReader::MythImageReader(), mythplugin_config(), MythThemeBase::MythThemeBase(), MythUIGuideGrid::parseDefaultCategoryColors(), playDisc(), MythFrontendService::PlayRecording(), Frontend::PlayRecording(), NetworkControl::processJump(), NetworkControl::processPlay(), NetworkControl::processQuery(), NetworkControl::processTheme(), SchemaUpgradeWizard::PromptForUpgrade(), MythThemeBase::Reload(), reloadTheme(), EditAlbumartDialog::removeCachedImage(), GalleryThumbView::RemoveImages(), ThemeChooser::removeThemeDir(), resetTheme(), MetadataImageDownload::run(), SettingsHelper::RunEpilog(), runMenu(), runMusicPlayback(), runMusicSelection(), runMusicStreamPlayback(), SettingsHelper::RunProlog(), MusicPlayer::sendNotification(), MythFontProperties::SetPixelSize(), MythRect::setRect(), MythContext::Impl::TempMainWindow(), MythUIScreenBounds::UpdateScreenSettings(), XMLParseBase::WindowExists(), and MythUIImage::~MythUIImage().
|
static |
Definition at line 31 of file mythuihelper.cpp.
Referenced by MythUIHelper::destroyMythUI(), and MythUIHelper::getMythUI().
|
static |
Definition at line 32 of file mythuihelper.cpp.
Referenced by MythUIHelper::destroyMythUI(), and MythUIHelper::getMythUI().