#include <weatherSetup.h>

Definition at line 102 of file weatherSetup.h.
Public Member Functions | |
| GlobalSetup (MythMainWindow *parent) | |
| ~GlobalSetup () | |
Protected Slots | |
| void | keyPressEvent (QKeyEvent *e) |
| void | saveData () |
Private Member Functions | |
| void | loadData () |
| void | wireUI () |
Private Attributes | |
| UICheckBoxType * | m_background_check |
| UICheckBoxType * | m_skip_check |
| WeatherSpinBox * | m_timeout_spinbox |
| WeatherSpinBox * | m_hold_spinbox |
| int | m_timeout |
| int | m_hold_timeout |
| UITextButtonType * | m_finish_btn |
| GlobalSetup::GlobalSetup | ( | MythMainWindow * | parent | ) |
Definition at line 17 of file weatherSetup.cpp.
| GlobalSetup::~GlobalSetup | ( | ) |
Definition at line 27 of file weatherSetup.cpp.
| void GlobalSetup::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, slot] |
| void GlobalSetup::saveData | ( | ) | [protected, slot] |
| void GlobalSetup::loadData | ( | ) | [private] |
| void GlobalSetup::wireUI | ( | ) | [private] |
UICheckBoxType* GlobalSetup::m_background_check [private] |
UICheckBoxType* GlobalSetup::m_skip_check [private] |
WeatherSpinBox* GlobalSetup::m_timeout_spinbox [private] |
Definition at line 121 of file weatherSetup.h.
Referenced by loadData(), saveData(), wireUI(), and ~GlobalSetup().
WeatherSpinBox* GlobalSetup::m_hold_spinbox [private] |
Definition at line 122 of file weatherSetup.h.
Referenced by loadData(), saveData(), wireUI(), and ~GlobalSetup().
int GlobalSetup::m_timeout [private] |
int GlobalSetup::m_hold_timeout [private] |
UITextButtonType* GlobalSetup::m_finish_btn [private] |
1.5.5