|
MythTV
0.26-pre
|
#include <proglist_helpers.h>
Public Member Functions | |
| EditPowerSearchPopup (MythScreenStack *parentStack, ProgLister *parent, const QString ¤tValue) | |
| bool | Create () |
Private Slots | |
| void | okClicked (void) |
Private Member Functions | |
| void | initLists (void) |
Private Attributes | |
| ProgLister * | m_parent |
| QStringList | m_categories |
| QStringList | m_genres |
| QStringList | m_channels |
| QString | m_currentValue |
| MythUITextEdit * | m_titleEdit |
| MythUITextEdit * | m_subtitleEdit |
| MythUITextEdit * | m_descEdit |
| MythUIButtonList * | m_categoryList |
| MythUIButtonList * | m_genreList |
| MythUIButtonList * | m_channelList |
| MythUIButton * | m_okButton |
Definition at line 90 of file proglist_helpers.h.
| EditPowerSearchPopup::EditPowerSearchPopup | ( | MythScreenStack * | parentStack, |
| ProgLister * | parent, | ||
| const QString & | currentValue | ||
| ) |
Definition at line 432 of file proglist_helpers.cpp.
Referenced by PowerSearchPopup::editClicked().
| bool EditPowerSearchPopup::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 453 of file proglist_helpers.cpp.
Referenced by PowerSearchPopup::editClicked().
| void EditPowerSearchPopup::okClicked | ( | void | ) | [private, slot] |
Definition at line 490 of file proglist_helpers.cpp.
Referenced by Create().
| void EditPowerSearchPopup::initLists | ( | void | ) | [private] |
Definition at line 516 of file proglist_helpers.cpp.
Referenced by Create().
ProgLister* EditPowerSearchPopup::m_parent [private] |
Definition at line 106 of file proglist_helpers.h.
Referenced by EditPowerSearchPopup(), initLists(), and okClicked().
QStringList EditPowerSearchPopup::m_categories [private] |
Definition at line 107 of file proglist_helpers.h.
Referenced by initLists(), and okClicked().
QStringList EditPowerSearchPopup::m_genres [private] |
Definition at line 108 of file proglist_helpers.h.
Referenced by initLists(), and okClicked().
QStringList EditPowerSearchPopup::m_channels [private] |
Definition at line 109 of file proglist_helpers.h.
Referenced by initLists(), and okClicked().
QString EditPowerSearchPopup::m_currentValue [private] |
Definition at line 111 of file proglist_helpers.h.
Referenced by Create(), EditPowerSearchPopup(), initLists(), and okClicked().
MythUITextEdit* EditPowerSearchPopup::m_titleEdit [private] |
Definition at line 113 of file proglist_helpers.h.
Referenced by Create(), and okClicked().
Definition at line 114 of file proglist_helpers.h.
Referenced by Create(), and okClicked().
MythUITextEdit* EditPowerSearchPopup::m_descEdit [private] |
Definition at line 115 of file proglist_helpers.h.
Referenced by Create(), and okClicked().
Definition at line 116 of file proglist_helpers.h.
Referenced by Create(), initLists(), and okClicked().
Definition at line 117 of file proglist_helpers.h.
Referenced by Create(), initLists(), and okClicked().
Definition at line 118 of file proglist_helpers.h.
Referenced by Create(), initLists(), and okClicked().
MythUIButton* EditPowerSearchPopup::m_okButton [private] |
Definition at line 120 of file proglist_helpers.h.
Referenced by Create().
1.7.6.1