|
MythTV
0.26-pre
|
#include <proglist_helpers.h>
Signals | |
| void | haveResult (QString item) |
Public Member Functions | |
| PhrasePopup (MythScreenStack *parentStack, ProgLister *parent, RecSearchType searchType, const QStringList &list, const QString ¤tValue) | |
| bool | Create () |
Private Slots | |
| void | okClicked (void) |
| void | deleteClicked (void) |
| void | recordClicked (void) |
| void | phraseClicked (MythUIButtonListItem *item) |
| void | phraseSelected (MythUIButtonListItem *item) |
| void | editChanged (void) |
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_okButton |
| MythUIButton * | m_deleteButton |
| MythUIButton * | m_recordButton |
Definition at line 15 of file proglist_helpers.h.
| PhrasePopup::PhrasePopup | ( | MythScreenStack * | parentStack, |
| ProgLister * | parent, | ||
| RecSearchType | searchType, | ||
| const QStringList & | list, | ||
| const QString & | currentValue | ||
| ) |
Definition at line 13 of file proglist_helpers.cpp.
| bool PhrasePopup::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 26 of file proglist_helpers.cpp.
| void PhrasePopup::haveResult | ( | QString | item | ) | [signal] |
Referenced by okClicked().
| void PhrasePopup::okClicked | ( | void | ) | [private, slot] |
Definition at line 122 of file proglist_helpers.cpp.
Referenced by Create(), phraseClicked(), and recordClicked().
| void PhrasePopup::deleteClicked | ( | void | ) | [private, slot] |
Definition at line 137 of file proglist_helpers.cpp.
Referenced by Create().
| void PhrasePopup::recordClicked | ( | void | ) | [private, slot] |
Definition at line 171 of file proglist_helpers.cpp.
Referenced by Create().
| void PhrasePopup::phraseClicked | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 94 of file proglist_helpers.cpp.
Referenced by Create().
| void PhrasePopup::phraseSelected | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 107 of file proglist_helpers.cpp.
Referenced by Create().
| void PhrasePopup::editChanged | ( | void | ) | [private, slot] |
Definition at line 86 of file proglist_helpers.cpp.
Referenced by Create().
ProgLister* PhrasePopup::m_parent [private] |
Definition at line 40 of file proglist_helpers.h.
Referenced by deleteClicked(), okClicked(), and recordClicked().
RecSearchType PhrasePopup::m_searchType [private] |
Definition at line 41 of file proglist_helpers.h.
Referenced by Create(), deleteClicked(), and recordClicked().
QStringList PhrasePopup::m_list [private] |
Definition at line 42 of file proglist_helpers.h.
Referenced by Create(), deleteClicked(), and editChanged().
QString PhrasePopup::m_currentValue [private] |
Definition at line 43 of file proglist_helpers.h.
Referenced by Create(), and PhrasePopup().
MythUIText* PhrasePopup::m_titleText [private] |
Definition at line 45 of file proglist_helpers.h.
Referenced by Create().
MythUIButtonList* PhrasePopup::m_phraseList [private] |
Definition at line 46 of file proglist_helpers.h.
Referenced by Create(), deleteClicked(), okClicked(), phraseClicked(), and phraseSelected().
MythUITextEdit* PhrasePopup::m_phraseEdit [private] |
Definition at line 47 of file proglist_helpers.h.
Referenced by Create(), deleteClicked(), editChanged(), okClicked(), phraseClicked(), phraseSelected(), and recordClicked().
MythUIButton* PhrasePopup::m_okButton [private] |
Definition at line 48 of file proglist_helpers.h.
Referenced by Create(), editChanged(), and phraseSelected().
MythUIButton* PhrasePopup::m_deleteButton [private] |
Definition at line 49 of file proglist_helpers.h.
Referenced by Create(), editChanged(), and phraseSelected().
MythUIButton* PhrasePopup::m_recordButton [private] |
Definition at line 50 of file proglist_helpers.h.
Referenced by Create(), editChanged(), and phraseSelected().
1.7.6.1