|
MythTV
0.25-pre
|
#include <proglist_helpers.h>
Signals | |
| void | haveResult (QDateTime time) |
Public Member Functions | |
| TimePopup (MythScreenStack *parentStack, ProgLister *parent) | |
| bool | Create () |
Private Slots | |
| void | okClicked (void) |
Private Attributes | |
| ProgLister * | m_parent |
| QStringList | m_list |
| QString | m_currentValue |
| MythUIButtonList * | m_dateList |
| MythUIButtonList * | m_timeList |
| MythUIButton * | m_okButton |
Definition at line 53 of file proglist_helpers.h.
| TimePopup::TimePopup | ( | MythScreenStack * | parentStack, |
| ProgLister * | parent | ||
| ) |
Definition at line 228 of file proglist_helpers.cpp.
| bool TimePopup::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 235 of file proglist_helpers.cpp.
| void TimePopup::haveResult | ( | QDateTime | time | ) | [signal] |
Referenced by okClicked().
| void TimePopup::okClicked | ( | void | ) | [private, slot] |
Definition at line 286 of file proglist_helpers.cpp.
Referenced by Create().
ProgLister* TimePopup::m_parent [private] |
Definition at line 69 of file proglist_helpers.h.
Referenced by Create(), and okClicked().
QStringList TimePopup::m_list [private] |
Definition at line 70 of file proglist_helpers.h.
QString TimePopup::m_currentValue [private] |
Definition at line 71 of file proglist_helpers.h.
MythUIButtonList* TimePopup::m_dateList [private] |
Definition at line 73 of file proglist_helpers.h.
Referenced by Create(), and okClicked().
MythUIButtonList* TimePopup::m_timeList [private] |
Definition at line 74 of file proglist_helpers.h.
Referenced by Create(), and okClicked().
MythUIButton* TimePopup::m_okButton [private] |
Definition at line 75 of file proglist_helpers.h.
Referenced by Create().
1.7.6.1