|
MythTV
0.26-pre
|
#include <myththemedmenu.h>
Public Member Functions | |
| MythThemedMenuState (MythScreenStack *parent, const QString &name) | |
| ~MythThemedMenuState () | |
| bool | Create (void) |
Public Attributes | |
| void(* | m_callback )(void *, QString &) |
| void * | m_callbackdata |
| bool | m_killable |
| bool | m_loaded |
| MythUIStateType * | m_titleState |
| MythUIStateType * | m_watermarkState |
| MythUIButtonList * | m_buttonList |
| MythUIText * | m_descriptionText |
Protected Member Functions | |
| void | CopyFrom (MythUIType *) |
Definition at line 39 of file myththemedmenu.h.
| MythThemedMenuState::MythThemedMenuState | ( | MythScreenStack * | parent, |
| const QString & | name | ||
| ) |
Definition at line 31 of file myththemedmenu.cpp.
Referenced by MythThemedMenu::MythThemedMenu().
Definition at line 40 of file myththemedmenu.cpp.
| bool MythThemedMenuState::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 44 of file myththemedmenu.cpp.
Referenced by MythThemedMenu::Init().
| void MythThemedMenuState::CopyFrom | ( | MythUIType * | base | ) | [protected, virtual] |
Copy this widgets state from another.
Reimplemented from MythScreenType.
Definition at line 65 of file myththemedmenu.cpp.
Referenced by MythThemedMenu::Init().
| void(* MythThemedMenuState::m_callback)(void *, QString &) |
Definition at line 47 of file myththemedmenu.h.
Referenced by MythThemedMenu::customEvent(), MythThemedMenu::handleAction(), MythThemedMenu::keyPressEvent(), and MythThemedMenu::setCallback().
Definition at line 48 of file myththemedmenu.h.
Referenced by MythThemedMenu::customEvent(), MythThemedMenu::handleAction(), MythThemedMenu::keyPressEvent(), and MythThemedMenu::setCallback().
Definition at line 50 of file myththemedmenu.h.
Referenced by MythThemedMenu::keyPressEvent(), and MythThemedMenu::setKillable().
Definition at line 52 of file myththemedmenu.h.
Referenced by CopyFrom(), Create(), and MythThemedMenu::Init().
Definition at line 53 of file myththemedmenu.h.
Referenced by CopyFrom(), Create(), and MythThemedMenu::parseMenu().
Definition at line 54 of file myththemedmenu.h.
Referenced by MythThemedMenu::addButton(), CopyFrom(), Create(), and MythThemedMenu::setButtonActive().
Definition at line 55 of file myththemedmenu.h.
Referenced by MythThemedMenu::aboutToShow(), MythThemedMenu::addButton(), CopyFrom(), Create(), MythThemedMenu::customEvent(), gotoMainMenu(), MythThemedMenu::Init(), and MythThemedMenu::parseMenu().
Definition at line 56 of file myththemedmenu.h.
Referenced by CopyFrom(), Create(), and MythThemedMenu::setButtonActive().
1.7.6.1