|
MythTV
0.26-pre
|
#include <uitypes.h>
Public Member Functions | |
| LayerSet (const QString &name) | |
| ~LayerSet () | |
| void | Draw (QPainter *, int, int) |
| void | DrawRegion (QPainter *, QRect &, int, int) |
| QString | GetName () |
| void | SetName (const QString &name) |
| void | SetDrawOrder (int order) |
| int | GetDrawOrder () const |
| void | SetAreaRect (QRect area) |
| QRect | GetAreaRect () |
| void | SetContext (int con) |
| int | GetContext (void) |
| void | SetDebug (bool db) |
| void | bumpUpLayers (int a_number) |
| int | getLayers () |
| void | AddType (UIType *) |
| UIType * | GetType (const QString &name) |
| vector< UIType * > * | getAllTypes () |
| void | SetDrawFontShadow (bool state) |
Private Attributes | |
| bool | m_debug |
| int | m_context |
| int | m_order |
| QString | m_name |
| QRect | m_area |
| int | numb_layers |
| QMap< QString, UIType * > | typeList |
| vector< UIType * > * | allTypes |
| LayerSet::LayerSet | ( | const QString & | name | ) |
Definition at line 31 of file uitypes.cpp.
Definition at line 41 of file uitypes.cpp.
| void LayerSet::Draw | ( | QPainter * | dr, |
| int | drawlayer, | ||
| int | context | ||
| ) |
Definition at line 79 of file uitypes.cpp.
Referenced by MythThemedDialog::updateBackground(), and MythThemedDialog::UpdateForegroundRect().
| void LayerSet::DrawRegion | ( | QPainter * | dr, |
| QRect & | area, | ||
| int | drawlayer, | ||
| int | context | ||
| ) |
Definition at line 94 of file uitypes.cpp.
| QString LayerSet::GetName | ( | ) | [inline] |
Definition at line 43 of file uitypes.h.
Referenced by MythThemedDialog::UpdateForegroundRect().
| void LayerSet::SetName | ( | const QString & | name | ) | [inline] |
| void LayerSet::SetDrawOrder | ( | int | order | ) | [inline] |
| int LayerSet::GetDrawOrder | ( | ) | const [inline] |
| void LayerSet::SetAreaRect | ( | QRect | area | ) | [inline] |
Definition at line 49 of file uitypes.h.
Referenced by XMLParse::parseContainer().
| QRect LayerSet::GetAreaRect | ( | ) | [inline] |
Definition at line 50 of file uitypes.h.
Referenced by UIKeyType::calculateScreenArea(), UIKeyboardType::calculateScreenArea(), VirtualKeyboardQt::SwitchLayout(), and MythThemedDialog::UpdateForegroundRect().
| void LayerSet::SetContext | ( | int | con | ) | [inline] |
Definition at line 52 of file uitypes.h.
Referenced by XMLParse::parseContainer().
| int LayerSet::GetContext | ( | void | ) | [inline] |
Definition at line 53 of file uitypes.h.
Referenced by MythThemedDialog::UpdateForegroundRect().
| void LayerSet::SetDebug | ( | bool | db | ) | [inline] |
Definition at line 55 of file uitypes.h.
Referenced by XMLParse::parseContainer().
| void LayerSet::bumpUpLayers | ( | int | a_number | ) |
Definition at line 71 of file uitypes.cpp.
Referenced by AddType(), and UIType::SetOrder().
| int LayerSet::getLayers | ( | ) | [inline] |
Definition at line 57 of file uitypes.h.
Referenced by MythThemedDialog::UpdateForegroundRect().
| void LayerSet::AddType | ( | UIType * | type | ) |
Definition at line 53 of file uitypes.cpp.
Referenced by XMLParse::parseKey(), and XMLParse::parseKeyboard().
| UIType * LayerSet::GetType | ( | const QString & | name | ) |
Definition at line 62 of file uitypes.cpp.
| vector<UIType *>* LayerSet::getAllTypes | ( | ) | [inline] |
Definition at line 61 of file uitypes.h.
Referenced by MythThemedDialog::buildFocusList(), MythThemedDialog::loadThemedWindow(), and XMLParse::parseKeyboard().
| void LayerSet::SetDrawFontShadow | ( | bool | state | ) |
Definition at line 109 of file uitypes.cpp.
bool LayerSet::m_debug [private] |
Definition at line 67 of file uitypes.h.
Referenced by AddType(), Draw(), and DrawRegion().
int LayerSet::m_context [private] |
Definition at line 68 of file uitypes.h.
Referenced by Draw(), and DrawRegion().
int LayerSet::m_order [private] |
QString LayerSet::m_name [private] |
QRect LayerSet::m_area [private] |
int LayerSet::numb_layers [private] |
Definition at line 72 of file uitypes.h.
Referenced by bumpUpLayers().
QMap<QString, UIType *> LayerSet::typeList [private] |
vector<UIType *>* LayerSet::allTypes [private] |
Definition at line 75 of file uitypes.h.
Referenced by AddType(), Draw(), DrawRegion(), SetDrawFontShadow(), and ~LayerSet().
1.7.6.1