#include <themeinfo.h>
Definition at line 20 of file themeinfo.h.
Public Member Functions | |
| ThemeInfo (QString theme) | |
| ~ThemeInfo () | |
| bool | IsWide () |
| QString | Aspect () const |
| QSize * | BaseRes () |
| QString | Name () const |
| QString | Description () const |
| QString | Errata () const |
| QString | PreviewPath () const |
| int | Type () const |
| int | MajorVersion () const |
| int | MinorVersion () const |
Private Member Functions | |
| bool | parseThemeInfo () |
Private Attributes | |
| QFileInfo * | m_theme |
| int | m_type |
| QString | m_aspect |
| QSize | m_baseres |
| QString | m_name |
| QString | m_previewpath |
| QString | m_description |
| QString | m_errata |
| int | m_majorver |
| int | m_minorver |
| ThemeInfo::ThemeInfo | ( | QString | theme | ) |
Definition at line 7 of file themeinfo.cpp.
| ThemeInfo::~ThemeInfo | ( | ) |
Definition at line 59 of file themeinfo.cpp.
| bool ThemeInfo::IsWide | ( | ) |
Definition at line 202 of file themeinfo.cpp.
Referenced by MythContext::LoadQtConfig(), ThemeInfo(), and ThemeSelector::ThemeSelector().
| QString ThemeInfo::Aspect | ( | ) | const [inline] |
Definition at line 28 of file themeinfo.h.
| QSize* ThemeInfo::BaseRes | ( | ) | [inline] |
Definition at line 29 of file themeinfo.h.
Referenced by OSD::Init(), OSD::InitCC608(), OSD::InitCC708(), OSD::LoadTheme(), OSD::OSD(), and OSD::Reinit().
| QString ThemeInfo::Name | ( | ) | const [inline] |
| QString ThemeInfo::Description | ( | ) | const [inline] |
Definition at line 31 of file themeinfo.h.
| QString ThemeInfo::Errata | ( | ) | const [inline] |
Definition at line 32 of file themeinfo.h.
| QString ThemeInfo::PreviewPath | ( | ) | const [inline] |
| int ThemeInfo::Type | ( | ) | const [inline] |
| int ThemeInfo::MajorVersion | ( | ) | const [inline] |
Definition at line 35 of file themeinfo.h.
| int ThemeInfo::MinorVersion | ( | ) | const [inline] |
Definition at line 36 of file themeinfo.h.
| bool ThemeInfo::parseThemeInfo | ( | ) | [private] |
QFileInfo* ThemeInfo::m_theme [private] |
Definition at line 41 of file themeinfo.h.
Referenced by parseThemeInfo(), ThemeInfo(), and ~ThemeInfo().
int ThemeInfo::m_type [private] |
QString ThemeInfo::m_aspect [private] |
Definition at line 43 of file themeinfo.h.
Referenced by IsWide(), parseThemeInfo(), and ThemeInfo().
QSize ThemeInfo::m_baseres [private] |
QString ThemeInfo::m_name [private] |
QString ThemeInfo::m_previewpath [private] |
QString ThemeInfo::m_description [private] |
QString ThemeInfo::m_errata [private] |
int ThemeInfo::m_majorver [private] |
int ThemeInfo::m_minorver [private] |
1.5.5