#include <weatherSetup.h>
Public Member Functions | |
| SourceSetup (MythScreenStack *parent, const QString &name) | |
| ~SourceSetup () | |
| bool | Create (void) |
| bool | loadData (void) |
Protected Slots | |
| void | sourceListItemSelected (MythUIButtonListItem *itm=0) |
| void | updateSpinboxUpdate (void) |
| void | retrieveSpinboxUpdate (void) |
| void | saveData (void) |
Private Attributes | |
| MythUISpinBox * | m_updateSpinbox |
| MythUISpinBox * | m_retrieveSpinbox |
| MythUIButtonList * | m_sourceList |
| MythUIButton * | m_finishButton |
| MythUIText * | m_sourceText |
Definition at line 98 of file weatherSetup.h.
| SourceSetup::SourceSetup | ( | MythScreenStack * | parent, | |
| const QString & | name | |||
| ) |
Definition at line 731 of file weatherSetup.cpp.
| SourceSetup::~SourceSetup | ( | ) |
Definition at line 740 of file weatherSetup.cpp.
| bool SourceSetup::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 750 of file weatherSetup.cpp.
Referenced by WeatherCallback().
| bool SourceSetup::loadData | ( | void | ) |
Definition at line 801 of file weatherSetup.cpp.
Referenced by Create().
| void SourceSetup::sourceListItemSelected | ( | MythUIButtonListItem * | itm = 0 |
) | [protected, slot] |
Definition at line 893 of file weatherSetup.cpp.
Referenced by Create().
| void SourceSetup::updateSpinboxUpdate | ( | void | ) | [protected, slot] |
Definition at line 873 of file weatherSetup.cpp.
Referenced by Create().
| void SourceSetup::retrieveSpinboxUpdate | ( | void | ) | [protected, slot] |
Definition at line 883 of file weatherSetup.cpp.
Referenced by Create().
| void SourceSetup::saveData | ( | void | ) | [protected, slot] |
Definition at line 839 of file weatherSetup.cpp.
Referenced by Create().
MythUISpinBox* SourceSetup::m_updateSpinbox [private] |
Definition at line 117 of file weatherSetup.h.
Referenced by Create(), saveData(), sourceListItemSelected(), SourceSetup(), and updateSpinboxUpdate().
MythUISpinBox* SourceSetup::m_retrieveSpinbox [private] |
Definition at line 118 of file weatherSetup.h.
Referenced by Create(), retrieveSpinboxUpdate(), saveData(), sourceListItemSelected(), and SourceSetup().
MythUIButtonList* SourceSetup::m_sourceList [private] |
Definition at line 119 of file weatherSetup.h.
Referenced by Create(), loadData(), retrieveSpinboxUpdate(), saveData(), sourceListItemSelected(), SourceSetup(), updateSpinboxUpdate(), and ~SourceSetup().
MythUIButton* SourceSetup::m_finishButton [private] |
Definition at line 120 of file weatherSetup.h.
Referenced by Create(), and SourceSetup().
MythUIText* SourceSetup::m_sourceText [private] |
Definition at line 121 of file weatherSetup.h.
Referenced by Create(), sourceListItemSelected(), and SourceSetup().
1.6.3