Definition at line 76 of file mythuihelper.cpp.
| MythUIHelperPrivate::MythUIHelperPrivate | ( | MythUIHelper * | p | ) |
Definition at line 151 of file mythuihelper.cpp.
| MythUIHelperPrivate::~MythUIHelperPrivate | ( | ) |
Definition at line 166 of file mythuihelper.cpp.
| void MythUIHelperPrivate::Init | ( | void | ) |
Definition at line 190 of file mythuihelper.cpp.
Referenced by MythUIHelper::Init().
| void MythUIHelperPrivate::GetScreenBounds | ( | void | ) |
Get screen size from Qt, respecting for user's multiple screen prefs.
If the windowing system environment has multiple screens (e.g. Xinerama or Mac OS X), QApplication::desktop()->width() will span all of them, so we usually need to get the geometry of a specific screen.
Definition at line 208 of file mythuihelper.cpp.
Referenced by Init(), and MythUIHelper::LoadQtConfig().
| void MythUIHelperPrivate::StoreGUIsettings | ( | void | ) |
Apply any user overrides to the screen geometry.
Definition at line 294 of file mythuihelper.cpp.
Referenced by Init(), and MythUIHelper::LoadQtConfig().
| double MythUIHelperPrivate::GetPixelAspectRatio | ( | void | ) |
Definition at line 366 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetPixelAspectRatio(), and StoreGUIsettings().
Text/button/background colours, etc.
Definition at line 89 of file mythuihelper.cpp.
Referenced by MythUIHelper::LoadQtConfig(), MythUIHelper::qtconfig(), MythUIHelper::SetPalette(), MythUIHelper::ThemeWidget(), and ~MythUIHelperPrivate().
Do we have a palette and pixmap to use?
Definition at line 91 of file mythuihelper.cpp.
Referenced by MythUIHelper::LoadQtConfig(), and MythUIHelper::ThemeWidget().
Definition at line 92 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetMenuThemeDir(), and MythUIHelper::LoadQtConfig().
Definition at line 93 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetThemeDir(), MythUIHelper::LoadQtConfig(), and MythUIHelper::ThemeWidget().
| QString MythUIHelperPrivate::m_themename |
Definition at line 94 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetThemeName(), and MythUIHelper::LoadQtConfig().
| QPalette MythUIHelperPrivate::m_palette |
Colour scheme.
Definition at line 95 of file mythuihelper.cpp.
Referenced by MythUIHelper::ThemeWidget().
Definition at line 97 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenSettings(), and StoreGUIsettings().
Definition at line 97 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenSettings(), and StoreGUIsettings().
Definition at line 98 of file mythuihelper.cpp.
Referenced by GetPixelAspectRatio().
Definition at line 102 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenBounds(), GetScreenBounds(), and StoreGUIsettings().
Definition at line 102 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenBounds(), GetScreenBounds(), and StoreGUIsettings().
Definition at line 103 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenBounds(), GetScreenBounds(), and StoreGUIsettings().
Definition at line 103 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenBounds(), GetScreenBounds(), and StoreGUIsettings().
Definition at line 106 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetBaseSize(), MythUIHelper::LoadQtConfig(), MythUIHelper::LoadScaleImage(), MythUIHelper::LoadScalePixmap(), and StoreGUIsettings().
Definition at line 106 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetBaseSize(), MythUIHelper::LoadQtConfig(), MythUIHelper::LoadScaleImage(), MythUIHelper::LoadScalePixmap(), and StoreGUIsettings().
Definition at line 107 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetThemeSearchPath(), and MythUIHelper::LoadQtConfig().
| QMap<QString, MythImage *> MythUIHelperPrivate::imageCache |
Definition at line 109 of file mythuihelper.cpp.
Referenced by MythUIHelper::CacheImage(), MythUIHelper::GetImageFromCache(), MythUIHelper::IsImageInCache(), MythUIHelper::LoadCacheImage(), MythUIHelper::RemoveFromCacheByFile(), MythUIHelper::RemoveFromCacheByURL(), MythUIHelper::UpdateImageCache(), and ~MythUIHelperPrivate().
| QMap<QString, uint> MythUIHelperPrivate::CacheTrack |
Definition at line 110 of file mythuihelper.cpp.
Referenced by MythUIHelper::CacheImage(), MythUIHelper::GetImageFromCache(), MythUIHelper::LoadCacheImage(), MythUIHelper::RemoveFromCacheByURL(), MythUIHelper::UpdateImageCache(), and ~MythUIHelperPrivate().
| QMutex* MythUIHelperPrivate::m_cacheLock |
Definition at line 111 of file mythuihelper.cpp.
Referenced by MythUIHelper::CacheImage(), MythUIHelper::GetImageFromCache(), MythUIHelper::IsImageInCache(), MythUIHelper::LoadCacheImage(), MythUIHelper::RemoveFromCacheByFile(), MythUIHelper::RemoveFromCacheByURL(), MythUIHelper::UpdateImageCache(), and ~MythUIHelperPrivate().
Definition at line 112 of file mythuihelper.cpp.
Referenced by MythUIHelper::CacheImage(), MythUIHelper::ExcludeFromCacheSize(), MythUIHelper::IncludeInCacheSize(), and MythUIHelper::UpdateImageCache().
Definition at line 113 of file mythuihelper.cpp.
Referenced by MythUIHelper::CacheImage(), MythUIHelper::ExcludeFromCacheSize(), MythUIHelper::IncludeInCacheSize(), MythUIHelper::Init(), MythUIHelper::UpdateImageCache(), and ~MythUIHelperPrivate().
Definition at line 115 of file mythuihelper.cpp.
Referenced by MythUIHelper::CacheImage(), and MythUIHelper::Init().
Definition at line 119 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenSettings(), and StoreGUIsettings().
Definition at line 119 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenSettings(), and StoreGUIsettings().
Definition at line 123 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenSettings(), MythUIHelper::GetThemeCacheDir(), and StoreGUIsettings().
Definition at line 123 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetScreenSettings(), MythUIHelper::GetThemeCacheDir(), and StoreGUIsettings().
int MythUIHelperPrivate::x_override = -1 [static] |
Definition at line 126 of file mythuihelper.cpp.
Referenced by MythUIHelper::IsGeometryOverridden(), MythUIHelper::ParseGeometryOverride(), and StoreGUIsettings().
int MythUIHelperPrivate::y_override = -1 [static] |
Definition at line 126 of file mythuihelper.cpp.
Referenced by MythUIHelper::IsGeometryOverridden(), MythUIHelper::ParseGeometryOverride(), and StoreGUIsettings().
int MythUIHelperPrivate::w_override = -1 [static] |
Definition at line 126 of file mythuihelper.cpp.
Referenced by MythUIHelper::IsGeometryOverridden(), MythUIHelper::ParseGeometryOverride(), and StoreGUIsettings().
int MythUIHelperPrivate::h_override = -1 [static] |
Definition at line 126 of file mythuihelper.cpp.
Referenced by MythUIHelper::IsGeometryOverridden(), MythUIHelper::ParseGeometryOverride(), and StoreGUIsettings().
Definition at line 128 of file mythuihelper.cpp.
Referenced by MythUIHelper::ClearOldImageCache(), and MythUIHelper::LoadQtConfig().
Definition at line 129 of file mythuihelper.cpp.
Referenced by MythUIHelper::FindMenuThemeDir(), MythUIHelper::FindThemeDir(), MythUIHelper::GetThemes(), and Init().
Definition at line 131 of file mythuihelper.cpp.
Referenced by MythUIHelper::DoDisableScreensaver(), MythUIHelper::DoResetScreensaver(), MythUIHelper::DoRestoreScreensaver(), MythUIHelper::GetScreenIsAsleep(), Init(), and ~MythUIHelperPrivate().
Definition at line 132 of file mythuihelper.cpp.
Referenced by MythUIHelper::DoDisableScreensaver(), MythUIHelper::DoResetScreensaver(), MythUIHelper::DoRestoreScreensaver(), and MythUIHelper::GetScreensaverEnabled().
Definition at line 134 of file mythuihelper.cpp.
Referenced by GetPixelAspectRatio(), MythUIHelper::LoadQtConfig(), and ~MythUIHelperPrivate().
Definition at line 135 of file mythuihelper.cpp.
Referenced by Init(), and MythUIHelper::IsScreenSetup().
Definition at line 137 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetImageThreadPool(), and ~MythUIHelperPrivate().
Definition at line 139 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetMenuCBs(), and MythUIHelper::Init().
Definition at line 141 of file mythuihelper.cpp.
Definition at line 143 of file mythuihelper.cpp.
Referenced by MythUIHelper::GetFontStretch(), MythUIHelper::SetFontStretch(), and StoreGUIsettings().
1.6.3