#include <weatherSetup.h>

Definition at line 201 of file weatherSetup.h.
Public Member Functions | |
| LocationDialog (MythMainWindow *parent, QStringList types, SourceManager *srcman) | |
| QString | getLocation () |
| ScriptInfo * | getSource () |
Protected Slots | |
| void | keyPressEvent (QKeyEvent *e) |
| void | doSearch () |
| void | itemSelected (UIListBtnTypeItem *itm) |
Private Member Functions | |
| void | wireUI () |
Private Attributes | |
| QDict< QValueList< ScriptInfo * > > | m_cache |
| QStringList | m_types |
| SourceManager * | m_src_man |
| UIListBtnType * | m_list |
| UIRemoteEditType * | m_edit |
| UITextButtonType * | m_btn |
| LocationDialog::LocationDialog | ( | MythMainWindow * | parent, | |
| QStringList | types, | |||
| SourceManager * | srcman | |||
| ) |
Definition at line 1335 of file weatherSetup.cpp.
| QString LocationDialog::getLocation | ( | ) |
Definition at line 1505 of file weatherSetup.cpp.
| ScriptInfo * LocationDialog::getSource | ( | ) |
Definition at line 1519 of file weatherSetup.cpp.
| void LocationDialog::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, slot] |
| void LocationDialog::doSearch | ( | ) | [protected, slot] |
| void LocationDialog::itemSelected | ( | UIListBtnTypeItem * | itm | ) | [protected, slot] |
| void LocationDialog::wireUI | ( | ) | [private] |
QDict<QValueList<ScriptInfo *> > LocationDialog::m_cache [private] |
Definition at line 220 of file weatherSetup.h.
QStringList LocationDialog::m_types [private] |
SourceManager* LocationDialog::m_src_man [private] |
UIListBtnType* LocationDialog::m_list [private] |
Definition at line 223 of file weatherSetup.h.
Referenced by doSearch(), getLocation(), getSource(), keyPressEvent(), and wireUI().
UIRemoteEditType* LocationDialog::m_edit [private] |
UITextButtonType* LocationDialog::m_btn [private] |
1.5.5