#include <weatherSetup.h>

Definition at line 128 of file weatherSetup.h.
Public Member Functions | |
| ScreenSetup (MythMainWindow *parent, SourceManager *srcman) | |
Protected Slots | |
| void | keyPressEvent (QKeyEvent *e) |
| void | activeListItemSelected (UIListBtnTypeItem *itm=0) |
| void | updateHelpText () |
| void | saveData () |
Private Member Functions | |
| void | loadData () |
| void | wireUI () |
| void | doListSelect (UIListBtnType *list, UIListBtnTypeItem *selected) |
| bool | showUnitsPopup (const QString &name, ScreenListInfo *si) |
| bool | doLocationDialog (ScreenListInfo *si, bool alltypes) |
| bool | showLocationPopup (QStringList types, QString &loc, ScriptInfo *&src) |
| void | cursorUp (UIType *curr) |
| void | cursorDown (UIType *curr) |
| void | cursorRight (UIType *curr) |
| void | cursorLeft (UIType *curr) |
| void | cursorSelect (UIType *curr) |
| void | deleteScreen (UIListBtnType *list) |
Private Attributes | |
| SourceManager * | m_src_man |
| XMLParse | m_weather_screens |
| UITextType * | m_help_txt |
| UIListBtnType * | m_active_list |
| UIListBtnType * | m_inactive_list |
| UITextButtonType * | m_finish_btn |
| ScreenSetup::ScreenSetup | ( | MythMainWindow * | parent, | |
| SourceManager * | srcman | |||
| ) |
Definition at line 158 of file weatherSetup.cpp.
| void ScreenSetup::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, slot] |
| void ScreenSetup::activeListItemSelected | ( | UIListBtnTypeItem * | itm = 0 |
) | [protected, slot] |
| void ScreenSetup::updateHelpText | ( | ) | [protected, slot] |
Definition at line 316 of file weatherSetup.cpp.
Referenced by doListSelect(), doLocationDialog(), and wireUI().
| void ScreenSetup::saveData | ( | ) | [protected, slot] |
| void ScreenSetup::loadData | ( | ) | [private] |
| void ScreenSetup::wireUI | ( | ) | [private] |
| void ScreenSetup::doListSelect | ( | UIListBtnType * | list, | |
| UIListBtnTypeItem * | selected | |||
| ) | [private] |
| bool ScreenSetup::showUnitsPopup | ( | const QString & | name, | |
| ScreenListInfo * | si | |||
| ) | [private] |
| bool ScreenSetup::doLocationDialog | ( | ScreenListInfo * | si, | |
| bool | alltypes | |||
| ) | [private] |
| bool ScreenSetup::showLocationPopup | ( | QStringList | types, | |
| QString & | loc, | |||
| ScriptInfo *& | src | |||
| ) | [private] |
| void ScreenSetup::cursorUp | ( | UIType * | curr | ) | [private] |
| void ScreenSetup::cursorDown | ( | UIType * | curr | ) | [private] |
| void ScreenSetup::cursorRight | ( | UIType * | curr | ) | [private] |
Definition at line 1042 of file weatherSetup.cpp.
| void ScreenSetup::cursorLeft | ( | UIType * | curr | ) | [private] |
Definition at line 1055 of file weatherSetup.cpp.
| void ScreenSetup::cursorSelect | ( | UIType * | curr | ) | [private] |
| void ScreenSetup::deleteScreen | ( | UIListBtnType * | list | ) | [private] |
Definition at line 1011 of file weatherSetup.cpp.
Referenced by doListSelect(), and keyPressEvent().
SourceManager* ScreenSetup::m_src_man [private] |
Definition at line 160 of file weatherSetup.h.
Referenced by doListSelect(), loadData(), ScreenSetup(), and showLocationPopup().
XMLParse ScreenSetup::m_weather_screens [private] |
UITextType* ScreenSetup::m_help_txt [private] |
UIListBtnType* ScreenSetup::m_active_list [private] |
Definition at line 163 of file weatherSetup.h.
Referenced by activeListItemSelected(), cursorRight(), doListSelect(), keyPressEvent(), loadData(), saveData(), updateHelpText(), and wireUI().
UIListBtnType* ScreenSetup::m_inactive_list [private] |
Definition at line 164 of file weatherSetup.h.
Referenced by doListSelect(), loadData(), updateHelpText(), and wireUI().
UITextButtonType* ScreenSetup::m_finish_btn [private] |
1.5.5