|
MythTV
0.26-pre
|
#include <weatherSetup.h>
Public Member Functions | |
| LocationDialog (MythScreenStack *parent, const QString &name, MythScreenType *retScreen, ScreenListInfo *si, SourceManager *srcman) | |
| ~LocationDialog () | |
| bool | Create (void) |
Protected Slots | |
| void | doSearch (void) |
| void | itemSelected (MythUIButtonListItem *item) |
| void | itemClicked (MythUIButtonListItem *item) |
Private Member Functions | |
| void | clearResults () |
Private Attributes | |
| CacheMap | m_cache |
| QStringList | m_types |
| ScreenListInfo * | m_screenListInfo |
| SourceManager * | m_sourceManager |
| MythScreenType * | m_retScreen |
| MythUIButtonList * | m_locationList |
| MythUITextEdit * | m_locationEdit |
| MythUIButton * | m_searchButton |
| MythUIText * | m_resultsText |
| MythUIText * | m_sourceText |
Definition at line 134 of file weatherSetup.h.
| LocationDialog::LocationDialog | ( | MythScreenStack * | parent, |
| const QString & | name, | ||
| MythScreenType * | retScreen, | ||
| ScreenListInfo * | si, | ||
| SourceManager * | srcman | ||
| ) |
Definition at line 916 of file weatherSetup.cpp.
Definition at line 931 of file weatherSetup.cpp.
| bool LocationDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 939 of file weatherSetup.cpp.
Referenced by ScreenSetup::doLocationDialog().
| void LocationDialog::doSearch | ( | void | ) | [protected, slot] |
Definition at line 976 of file weatherSetup.cpp.
Referenced by Create().
| void LocationDialog::itemSelected | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 1065 of file weatherSetup.cpp.
Referenced by Create().
| void LocationDialog::itemClicked | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 1072 of file weatherSetup.cpp.
Referenced by Create().
| void LocationDialog::clearResults | ( | ) | [private] |
Definition at line 1053 of file weatherSetup.cpp.
Referenced by doSearch(), and ~LocationDialog().
CacheMap LocationDialog::m_cache [private] |
Definition at line 155 of file weatherSetup.h.
QStringList LocationDialog::m_types [private] |
Definition at line 156 of file weatherSetup.h.
Referenced by doSearch(), and LocationDialog().
ScreenListInfo* LocationDialog::m_screenListInfo [private] |
Definition at line 157 of file weatherSetup.h.
Referenced by itemClicked(), and ~LocationDialog().
SourceManager* LocationDialog::m_sourceManager [private] |
Definition at line 158 of file weatherSetup.h.
Referenced by doSearch().
MythScreenType* LocationDialog::m_retScreen [private] |
Definition at line 160 of file weatherSetup.h.
Referenced by itemClicked().
MythUIButtonList* LocationDialog::m_locationList [private] |
Definition at line 162 of file weatherSetup.h.
Referenced by clearResults(), Create(), doSearch(), and ~LocationDialog().
MythUITextEdit* LocationDialog::m_locationEdit [private] |
Definition at line 163 of file weatherSetup.h.
Referenced by Create(), and doSearch().
MythUIButton* LocationDialog::m_searchButton [private] |
Definition at line 164 of file weatherSetup.h.
Referenced by Create().
MythUIText* LocationDialog::m_resultsText [private] |
Definition at line 165 of file weatherSetup.h.
Referenced by Create(), and doSearch().
MythUIText* LocationDialog::m_sourceText [private] |
Definition at line 166 of file weatherSetup.h.
Referenced by Create(), and itemSelected().
1.7.6.1