#include <searcheditor.h>
Public Slots | |
| void | toggleItem (MythUIButtonListItem *item) |
| void | slotLoadedData (void) |
Signals | |
| void | itemsChanged (void) |
Public Member Functions | |
| SearchEditor (MythScreenStack *parent, const QString name="SearchEditor") | |
| Creates a new SearchEditor Screen. | |
| ~SearchEditor () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Protected Member Functions | |
| void | createBusyDialog (QString title) |
Private Member Functions | |
| void | loadData (void) |
| void | fillGrabberButtonList () |
| void | parsedData () |
Private Attributes | |
| GrabberScript::scriptList | m_grabberList |
| MythUIButtonList * | m_grabbers |
| MythUIBusyDialog * | m_busyPopup |
| MythScreenStack * | m_popupStack |
| QNetworkAccessManager * | m_manager |
| QNetworkReply * | m_reply |
| bool | m_changed |
Definition at line 20 of file searcheditor.h.
| SearchEditor::SearchEditor | ( | MythScreenStack * | parent, | |
| const QString | name = "SearchEditor" | |||
| ) |
Creates a new SearchEditor Screen.
| parent | Pointer to the screen stack | |
| name | The name of the window |
Definition at line 29 of file searcheditor.cpp.
| SearchEditor::~SearchEditor | ( | ) |
Definition at line 42 of file searcheditor.cpp.
| bool SearchEditor::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 58 of file searcheditor.cpp.
Referenced by NetSearch::runSearchEditor().
| bool SearchEditor::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 174 of file searcheditor.cpp.
| void SearchEditor::loadData | ( | void | ) | [private] |
Definition at line 85 of file searcheditor.cpp.
Referenced by Create().
| void SearchEditor::fillGrabberButtonList | ( | void | ) | [private] |
Definition at line 189 of file searcheditor.cpp.
Referenced by parsedData().
| void SearchEditor::parsedData | ( | ) | [private] |
Definition at line 144 of file searcheditor.cpp.
Referenced by slotLoadedData().
| void SearchEditor::createBusyDialog | ( | QString | title | ) | [protected] |
Definition at line 155 of file searcheditor.cpp.
Referenced by loadData().
| void SearchEditor::itemsChanged | ( | void | ) | [signal] |
Referenced by ~SearchEditor().
| void SearchEditor::toggleItem | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 219 of file searcheditor.cpp.
Referenced by Create().
| void SearchEditor::slotLoadedData | ( | void | ) | [slot] |
Definition at line 99 of file searcheditor.cpp.
Referenced by loadData().
Definition at line 37 of file searcheditor.h.
Referenced by fillGrabberButtonList(), slotLoadedData(), and ~SearchEditor().
MythUIButtonList* SearchEditor::m_grabbers [private] |
Definition at line 38 of file searcheditor.h.
Referenced by Create(), and fillGrabberButtonList().
MythUIBusyDialog* SearchEditor::m_busyPopup [private] |
Definition at line 39 of file searcheditor.h.
Referenced by createBusyDialog(), and parsedData().
MythScreenStack* SearchEditor::m_popupStack [private] |
Definition at line 40 of file searcheditor.h.
Referenced by createBusyDialog(), and SearchEditor().
QNetworkAccessManager* SearchEditor::m_manager [private] |
Definition at line 42 of file searcheditor.h.
Referenced by loadData(), and ~SearchEditor().
QNetworkReply* SearchEditor::m_reply [private] |
Definition at line 43 of file searcheditor.h.
Referenced by loadData(), and slotLoadedData().
bool SearchEditor::m_changed [private] |
Definition at line 44 of file searcheditor.h.
Referenced by toggleItem(), and ~SearchEditor().
1.6.3