|
MythTV
0.25-pre
|
#include <proglist_helpers.h>
Signals | |
| void | haveResult (QString item) |
Public Member Functions | |
| PowerSearchPopup (MythScreenStack *parentStack, ProgLister *parent, RecSearchType searchType, const QStringList &list, const QString ¤tValue) | |
| bool | Create () |
Private Slots | |
| void | editClicked (void) |
| void | deleteClicked (void) |
| void | recordClicked (void) |
| void | phraseClicked (MythUIButtonListItem *item) |
| void | phraseSelected (MythUIButtonListItem *item) |
Private Attributes | |
| ProgLister * | m_parent |
| RecSearchType | m_searchType |
| QStringList | m_list |
| QString | m_currentValue |
| MythUIText * | m_titleText |
| MythUIButtonList * | m_phraseList |
| MythUITextEdit * | m_phraseEdit |
| MythUIButton * | m_editButton |
| MythUIButton * | m_deleteButton |
| MythUIButton * | m_recordButton |
Definition at line 78 of file proglist_helpers.h.
| PowerSearchPopup::PowerSearchPopup | ( | MythScreenStack * | parentStack, |
| ProgLister * | parent, | ||
| RecSearchType | searchType, | ||
| const QStringList & | list, | ||
| const QString & | currentValue | ||
| ) |
Definition at line 304 of file proglist_helpers.cpp.
| bool PowerSearchPopup::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 317 of file proglist_helpers.cpp.
| void PowerSearchPopup::haveResult | ( | QString | item | ) | [signal] |
Referenced by phraseClicked(), and recordClicked().
| void PowerSearchPopup::editClicked | ( | void | ) | [private, slot] |
Definition at line 392 of file proglist_helpers.cpp.
Referenced by Create(), and phraseClicked().
| void PowerSearchPopup::deleteClicked | ( | void | ) | [private, slot] |
Definition at line 415 of file proglist_helpers.cpp.
Referenced by Create().
| void PowerSearchPopup::recordClicked | ( | void | ) | [private, slot] |
Definition at line 449 of file proglist_helpers.cpp.
Referenced by Create().
| void PowerSearchPopup::phraseClicked | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 366 of file proglist_helpers.cpp.
Referenced by Create().
| void PowerSearchPopup::phraseSelected | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 382 of file proglist_helpers.cpp.
Referenced by Create().
ProgLister* PowerSearchPopup::m_parent [private] |
Definition at line 102 of file proglist_helpers.h.
Referenced by deleteClicked(), editClicked(), and recordClicked().
RecSearchType PowerSearchPopup::m_searchType [private] |
Definition at line 103 of file proglist_helpers.h.
Referenced by deleteClicked(), and recordClicked().
QStringList PowerSearchPopup::m_list [private] |
Definition at line 104 of file proglist_helpers.h.
Referenced by Create(), and deleteClicked().
QString PowerSearchPopup::m_currentValue [private] |
Definition at line 105 of file proglist_helpers.h.
Referenced by Create().
MythUIText* PowerSearchPopup::m_titleText [private] |
Definition at line 107 of file proglist_helpers.h.
Referenced by Create().
MythUIButtonList* PowerSearchPopup::m_phraseList [private] |
Definition at line 108 of file proglist_helpers.h.
Referenced by Create(), deleteClicked(), editClicked(), phraseClicked(), phraseSelected(), and recordClicked().
MythUITextEdit* PowerSearchPopup::m_phraseEdit [private] |
Definition at line 109 of file proglist_helpers.h.
Referenced by deleteClicked().
MythUIButton* PowerSearchPopup::m_editButton [private] |
Definition at line 110 of file proglist_helpers.h.
Referenced by Create(), and phraseSelected().
MythUIButton* PowerSearchPopup::m_deleteButton [private] |
Definition at line 111 of file proglist_helpers.h.
Referenced by Create(), and phraseSelected().
MythUIButton* PowerSearchPopup::m_recordButton [private] |
Definition at line 112 of file proglist_helpers.h.
Referenced by Create(), and phraseSelected().
1.7.6.1