#include <weatherSetup.h>
Public Member Functions | |
| ScreenSetup (MythScreenStack *parent, const QString &name, SourceManager *srcman) | |
| ~ScreenSetup () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
| void | customEvent (QEvent *) |
Protected Slots | |
| void | updateHelpText (void) |
| void | saveData (void) |
| void | doListSelect (MythUIButtonListItem *selected) |
Private Member Functions | |
| void | loadData (void) |
| void | showUnitsPopup (const QString &name, ScreenListInfo *si) |
| void | doLocationDialog (ScreenListInfo *si) |
| void | deleteScreen (void) |
Private Attributes | |
| SourceManager * | m_sourceManager |
| bool | m_createdSrcMan |
| MythUIText * | m_helpText |
| MythUIButtonList * | m_activeList |
| MythUIButtonList * | m_inactiveList |
| MythUIButton * | m_finishButton |
Definition at line 64 of file weatherSetup.h.
| ScreenSetup::ScreenSetup | ( | MythScreenStack * | parent, | |
| const QString & | name, | |||
| SourceManager * | srcman | |||
| ) |
Definition at line 89 of file weatherSetup.cpp.
| ScreenSetup::~ScreenSetup | ( | ) |
Definition at line 101 of file weatherSetup.cpp.
| bool ScreenSetup::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 132 of file weatherSetup.cpp.
Referenced by Weather::setupPage(), Weather::SetupScreens(), and WeatherCallback().
| bool ScreenSetup::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 184 of file weatherSetup.cpp.
| void ScreenSetup::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from MythUIType.
Definition at line 628 of file weatherSetup.cpp.
| void ScreenSetup::updateHelpText | ( | void | ) | [protected, slot] |
Definition at line 213 of file weatherSetup.cpp.
Referenced by Create(), and customEvent().
| void ScreenSetup::saveData | ( | void | ) | [protected, slot] |
Definition at line 393 of file weatherSetup.cpp.
Referenced by Create().
| void ScreenSetup::doListSelect | ( | MythUIButtonListItem * | selected | ) | [protected, slot] |
Definition at line 498 of file weatherSetup.cpp.
Referenced by Create().
| void ScreenSetup::loadData | ( | void | ) | [private] |
Definition at line 278 of file weatherSetup.cpp.
Referenced by Create().
| void ScreenSetup::showUnitsPopup | ( | const QString & | name, | |
| ScreenListInfo * | si | |||
| ) | [private] |
Definition at line 583 of file weatherSetup.cpp.
Referenced by customEvent(), and doListSelect().
| void ScreenSetup::doLocationDialog | ( | ScreenListInfo * | si | ) | [private] |
Definition at line 569 of file weatherSetup.cpp.
Referenced by customEvent(), and doListSelect().
| void ScreenSetup::deleteScreen | ( | void | ) | [private] |
Definition at line 610 of file weatherSetup.cpp.
Referenced by customEvent(), and keyPressEvent().
SourceManager* ScreenSetup::m_sourceManager [private] |
Definition at line 90 of file weatherSetup.h.
Referenced by doListSelect(), doLocationDialog(), loadData(), ScreenSetup(), and ~ScreenSetup().
bool ScreenSetup::m_createdSrcMan [private] |
Definition at line 91 of file weatherSetup.h.
Referenced by ~ScreenSetup().
MythUIText* ScreenSetup::m_helpText [private] |
Definition at line 92 of file weatherSetup.h.
Referenced by Create(), and updateHelpText().
MythUIButtonList* ScreenSetup::m_activeList [private] |
Definition at line 93 of file weatherSetup.h.
Referenced by Create(), customEvent(), deleteScreen(), doListSelect(), keyPressEvent(), loadData(), saveData(), updateHelpText(), and ~ScreenSetup().
MythUIButtonList* ScreenSetup::m_inactiveList [private] |
Definition at line 94 of file weatherSetup.h.
Referenced by Create(), doListSelect(), loadData(), updateHelpText(), and ~ScreenSetup().
MythUIButton* ScreenSetup::m_finishButton [private] |
Definition at line 95 of file weatherSetup.h.
Referenced by Create().
1.6.3