#include <weatherSetup.h>

Definition at line 169 of file weatherSetup.h.
Public Member Functions | |
| SourceSetup (MythMainWindow *parent) | |
| ~SourceSetup () | |
| bool | loadData () |
Protected Slots | |
| void | keyPressEvent (QKeyEvent *e) |
| void | sourceListItemSelected (UIListBtnTypeItem *itm=0) |
| void | updateSpinboxUpdate () |
| void | retrieveSpinboxUpdate () |
| void | saveData () |
Private Member Functions | |
| void | wireUI () |
Private Attributes | |
| WeatherSpinBox * | m_update_spinbox |
| WeatherSpinBox * | m_retrieve_spinbox |
| UIListBtnType * | m_src_list |
| UITextButtonType * | m_finish_btn |
| SourceSetup::SourceSetup | ( | MythMainWindow * | parent | ) |
Definition at line 1065 of file weatherSetup.cpp.
| SourceSetup::~SourceSetup | ( | ) |
Definition at line 1074 of file weatherSetup.cpp.
| bool SourceSetup::loadData | ( | ) |
Definition at line 1156 of file weatherSetup.cpp.
| void SourceSetup::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, slot] |
| void SourceSetup::sourceListItemSelected | ( | UIListBtnTypeItem * | itm = 0 |
) | [protected, slot] |
| void SourceSetup::updateSpinboxUpdate | ( | ) | [protected, slot] |
| void SourceSetup::retrieveSpinboxUpdate | ( | ) | [protected, slot] |
| void SourceSetup::saveData | ( | ) | [protected, slot] |
| void SourceSetup::wireUI | ( | ) | [private] |
WeatherSpinBox* SourceSetup::m_update_spinbox [private] |
Definition at line 189 of file weatherSetup.h.
Referenced by saveData(), sourceListItemSelected(), updateSpinboxUpdate(), wireUI(), and ~SourceSetup().
WeatherSpinBox* SourceSetup::m_retrieve_spinbox [private] |
Definition at line 190 of file weatherSetup.h.
Referenced by retrieveSpinboxUpdate(), saveData(), sourceListItemSelected(), wireUI(), and ~SourceSetup().
UIListBtnType* SourceSetup::m_src_list [private] |
Definition at line 191 of file weatherSetup.h.
Referenced by keyPressEvent(), loadData(), retrieveSpinboxUpdate(), saveData(), sourceListItemSelected(), updateSpinboxUpdate(), wireUI(), and ~SourceSetup().
UITextButtonType* SourceSetup::m_finish_btn [private] |
1.5.5