#include <mythappearance.h>

Definition at line 16 of file mythappearance.h.
| MythAppearance::MythAppearance | ( | MythScreenStack * | parent, | |
| const char * | name | |||
| ) |
Definition at line 24 of file mythappearance.cpp.
| MythAppearance::~MythAppearance | ( | ) |
Definition at line 53 of file mythappearance.cpp.
| bool MythAppearance::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 56 of file mythappearance.cpp.
Referenced by startAppearWiz().
| bool MythAppearance::keyPressEvent | ( | QKeyEvent * | event | ) | [virtual] |
| void MythAppearance::customEvent | ( | QCustomEvent * | event | ) | [virtual] |
| void MythAppearance::doMenu | ( | ) | [protected] |
| void MythAppearance::getSettings | ( | ) | [private] |
| void MythAppearance::getScreenInfo | ( | ) | [private] |
| void MythAppearance::moveUp | ( | ) | [private] |
| void MythAppearance::moveDown | ( | ) | [private] |
| void MythAppearance::moveLeft | ( | ) | [private] |
| void MythAppearance::moveRight | ( | ) | [private] |
| void MythAppearance::swapArrows | ( | ) | [private] |
| void MythAppearance::wireUpTheme | ( | ) | [private] |
| void MythAppearance::updateScreen | ( | ) | [private] |
Definition at line 271 of file mythappearance.cpp.
Referenced by Create(), doMenu(), moveDown(), moveLeft(), moveRight(), moveUp(), slotChangeCoarseFine(), and swapArrows().
| void MythAppearance::updateSettings | ( | ) | [private] |
| void MythAppearance::anythingChanged | ( | ) | [private] |
Definition at line 356 of file mythappearance.cpp.
Referenced by moveDown(), moveLeft(), moveRight(), and moveUp().
| void MythAppearance::setContext | ( | int | context | ) | [private] |
| void MythAppearance::slotSaveSettings | ( | ) | [private] |
| void MythAppearance::slotChangeCoarseFine | ( | ) | [private] |
| void MythAppearance::closeMenu | ( | ) | [private] |
| void MythAppearance::slotResetSettings | ( | ) | [private] |
int MythAppearance::m_x_offset [private] |
Definition at line 32 of file mythappearance.h.
int MythAppearance::m_y_offset [private] |
Definition at line 33 of file mythappearance.h.
bool MythAppearance::m_whicharrow [private] |
Definition at line 34 of file mythappearance.h.
Referenced by moveDown(), moveLeft(), moveRight(), moveUp(), MythAppearance(), and swapArrows().
bool MythAppearance::m_coarsefine [private] |
Definition at line 35 of file mythappearance.h.
Referenced by MythAppearance(), and slotChangeCoarseFine().
bool MythAppearance::m_changed [private] |
Definition at line 36 of file mythappearance.h.
Referenced by anythingChanged(), doMenu(), MythAppearance(), and slotResetSettings().
int MythAppearance::m_fine [private] |
Definition at line 37 of file mythappearance.h.
Referenced by MythAppearance(), and slotChangeCoarseFine().
int MythAppearance::m_coarse [private] |
Definition at line 38 of file mythappearance.h.
Referenced by MythAppearance(), and slotChangeCoarseFine().
int MythAppearance::m_change [private] |
Definition at line 39 of file mythappearance.h.
Referenced by moveDown(), moveLeft(), moveRight(), moveUp(), MythAppearance(), slotChangeCoarseFine(), and updateScreen().
int MythAppearance::m_topleftarrow_x [private] |
Definition at line 40 of file mythappearance.h.
Referenced by Create(), moveLeft(), moveRight(), MythAppearance(), and updateScreen().
int MythAppearance::m_topleftarrow_y [private] |
Definition at line 41 of file mythappearance.h.
Referenced by Create(), moveDown(), moveUp(), MythAppearance(), and updateScreen().
int MythAppearance::m_bottomrightarrow_x [private] |
Definition at line 42 of file mythappearance.h.
Referenced by Create(), moveLeft(), moveRight(), and updateScreen().
int MythAppearance::m_bottomrightarrow_y [private] |
Definition at line 43 of file mythappearance.h.
Referenced by Create(), moveDown(), moveUp(), and updateScreen().
int MythAppearance::m_arrowsize_x [private] |
Definition at line 44 of file mythappearance.h.
Referenced by Create(), moveRight(), MythAppearance(), and updateScreen().
int MythAppearance::m_arrowsize_y [private] |
Definition at line 45 of file mythappearance.h.
Referenced by Create(), moveDown(), MythAppearance(), and updateScreen().
int MythAppearance::m_screenwidth [private] |
Definition at line 46 of file mythappearance.h.
Referenced by anythingChanged(), Create(), getSettings(), moveLeft(), moveRight(), and MythAppearance().
int MythAppearance::m_screenheight [private] |
Definition at line 47 of file mythappearance.h.
Referenced by anythingChanged(), Create(), getSettings(), moveDown(), moveUp(), and MythAppearance().
int MythAppearance::m_xsize [private] |
Definition at line 48 of file mythappearance.h.
Referenced by anythingChanged(), MythAppearance(), updateScreen(), and updateSettings().
int MythAppearance::m_ysize [private] |
Definition at line 49 of file mythappearance.h.
Referenced by anythingChanged(), MythAppearance(), updateScreen(), and updateSettings().
int MythAppearance::m_xoffset [private] |
Definition at line 50 of file mythappearance.h.
Referenced by anythingChanged(), Create(), getScreenInfo(), updateScreen(), and updateSettings().
int MythAppearance::m_yoffset [private] |
Definition at line 51 of file mythappearance.h.
Referenced by anythingChanged(), Create(), getScreenInfo(), updateScreen(), and updateSettings().
int MythAppearance::m_xoffset_old [private] |
Definition at line 52 of file mythappearance.h.
Referenced by anythingChanged(), and getScreenInfo().
int MythAppearance::m_yoffset_old [private] |
Definition at line 53 of file mythappearance.h.
Referenced by anythingChanged(), and getScreenInfo().
QRect MythAppearance::m_menuRect [private] |
Definition at line 58 of file mythappearance.h.
QRect MythAppearance::m_arrowsRect [private] |
Definition at line 59 of file mythappearance.h.
MythUIImage* MythAppearance::m_topleftarrow [private] |
Definition at line 61 of file mythappearance.h.
Referenced by Create(), setContext(), and updateScreen().
MythUIImage* MythAppearance::m_bottomrightarrow [private] |
Definition at line 62 of file mythappearance.h.
Referenced by Create(), setContext(), and updateScreen().
MythUIText* MythAppearance::m_size [private] |
MythUIText* MythAppearance::m_offsets [private] |
MythUIText* MythAppearance::m_changeamount [private] |
MythUIButton* MythAppearance::OKButton [private] |
Definition at line 66 of file mythappearance.h.
MythUIButton* MythAppearance::updateButton [private] |
Definition at line 67 of file mythappearance.h.
MythDialogBox* MythAppearance::m_menuPopup [private] |
Definition at line 68 of file mythappearance.h.
Referenced by customEvent(), doMenu(), and MythAppearance().
1.5.5