|
MythTV
0.26-pre
|
Screen for viewing and managing upcoming and conflicted recordings. More...
#include <viewscheduled.h>
Screen for viewing and managing upcoming and conflicted recordings.
Definition at line 27 of file viewscheduled.h.
| ViewScheduled::ViewScheduled | ( | MythScreenStack * | parent, |
| TV * | player = NULL, |
||
| bool | showTV = false |
||
| ) | [explicit] |
Definition at line 33 of file viewscheduled.cpp.
Referenced by RunViewScheduled().
Definition at line 55 of file viewscheduled.cpp.
| void * ViewScheduled::RunViewScheduled | ( | void * | player, |
| bool | showTV | ||
| ) | [static] |
Definition at line 19 of file viewscheduled.cpp.
Referenced by SetFuncPtrs().
| bool ViewScheduled::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 68 of file viewscheduled.cpp.
Referenced by RunViewScheduled(), and startManaged().
| void ViewScheduled::ShowMenu | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 198 of file viewscheduled.cpp.
| bool ViewScheduled::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 137 of file viewscheduled.cpp.
| void ViewScheduled::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from ScheduleCommon.
Definition at line 674 of file viewscheduled.cpp.
| void ViewScheduled::ChangeGroup | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 362 of file viewscheduled.cpp.
Referenced by Create().
| void ViewScheduled::edit | ( | void | ) | [protected, slot] |
Definition at line 518 of file viewscheduled.cpp.
Referenced by keyPressEvent().
| void ViewScheduled::customEdit | ( | void | ) | [protected, slot] |
Definition at line 532 of file viewscheduled.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ViewScheduled::deleteRule | ( | void | ) | [protected, slot] |
Definition at line 543 of file viewscheduled.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ViewScheduled::upcoming | ( | void | ) | [protected, slot] |
Definition at line 578 of file viewscheduled.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ViewScheduled::upcomingScheduled | ( | ) | [protected, slot] |
Definition at line 592 of file viewscheduled.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ViewScheduled::details | ( | void | ) | [protected, slot] |
Definition at line 606 of file viewscheduled.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ViewScheduled::selected | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 620 of file viewscheduled.cpp.
Referenced by Create().
| void ViewScheduled::updateInfo | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 496 of file viewscheduled.cpp.
Referenced by Create().
| void ViewScheduled::SwitchList | ( | void | ) | [protected, slot] |
Definition at line 129 of file viewscheduled.cpp.
Referenced by Create().
| void ViewScheduled::Close | ( | void | ) | [protected, virtual, slot] |
Reimplemented from MythScreenType.
Definition at line 120 of file viewscheduled.cpp.
| void ViewScheduled::Load | ( | void | ) | [protected, virtual] |
Load data which will ultimately be displayed on-screen or used to determine what appears on-screen (See Warning)
Reimplemented from MythScreenType.
Definition at line 110 of file viewscheduled.cpp.
| void ViewScheduled::Init | ( | void | ) | [protected, virtual] |
Used after calling Load() to assign data to widgets and other UI initilisation which is prohibited in Load()
Reimplemented from MythScreenType.
Definition at line 115 of file viewscheduled.cpp.
| void ViewScheduled::FillList | ( | void | ) | [private] |
Definition at line 375 of file viewscheduled.cpp.
Referenced by ChangeGroup(), and LoadList().
| void ViewScheduled::LoadList | ( | bool | useExistingData = false | ) | [private] |
Definition at line 230 of file viewscheduled.cpp.
Referenced by customEvent(), Init(), and keyPressEvent().
| void ViewScheduled::setShowAll | ( | bool | all | ) | [private] |
Definition at line 632 of file viewscheduled.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ViewScheduled::viewCards | ( | void | ) | [private] |
Definition at line 638 of file viewscheduled.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ViewScheduled::viewInputs | ( | void | ) | [private] |
Definition at line 653 of file viewscheduled.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ViewScheduled::EmbedTVWindow | ( | void | ) | [private] |
Definition at line 668 of file viewscheduled.cpp.
Referenced by Create(), customEvent(), and details().
bool ViewScheduled::m_conflictBool [private] |
Definition at line 68 of file viewscheduled.h.
Referenced by FillList(), Load(), and LoadList().
QDate ViewScheduled::m_conflictDate [private] |
Definition at line 69 of file viewscheduled.h.
Referenced by FillList().
QRect ViewScheduled::m_tvRect [private] |
Definition at line 71 of file viewscheduled.h.
MythUIButtonList* ViewScheduled::m_schedulesList [private] |
Definition at line 73 of file viewscheduled.h.
Referenced by Create(), customEdit(), deleteRule(), details(), edit(), FillList(), LoadList(), SwitchList(), upcoming(), and upcomingScheduled().
MythUIButtonList* ViewScheduled::m_groupList [private] |
Definition at line 74 of file viewscheduled.h.
Referenced by Create(), LoadList(), and SwitchList().
bool ViewScheduled::m_showAll [private] |
Definition at line 76 of file viewscheduled.h.
Referenced by FillList(), keyPressEvent(), LoadList(), setShowAll(), ShowMenu(), ViewScheduled(), and ~ViewScheduled().
bool ViewScheduled::m_inEvent [private] |
Definition at line 78 of file viewscheduled.h.
Referenced by customEvent(), keyPressEvent(), and ViewScheduled().
bool ViewScheduled::m_inFill [private] |
Definition at line 79 of file viewscheduled.h.
Referenced by ChangeGroup(), LoadList(), and ViewScheduled().
bool ViewScheduled::m_needFill [private] |
Definition at line 80 of file viewscheduled.h.
Referenced by customEvent(), keyPressEvent(), LoadList(), setShowAll(), viewCards(), viewInputs(), and ViewScheduled().
int ViewScheduled::m_listPos [private] |
Definition at line 82 of file viewscheduled.h.
ProgramList ViewScheduled::m_recList [private] |
Definition at line 83 of file viewscheduled.h.
Referenced by ChangeGroup(), FillList(), Load(), and LoadList().
QMap<QDate, ProgramList> ViewScheduled::m_recgroupList [private] |
Definition at line 84 of file viewscheduled.h.
Referenced by FillList(), and LoadList().
QDate ViewScheduled::m_currentGroup [private] |
Definition at line 86 of file viewscheduled.h.
Referenced by ChangeGroup(), FillList(), LoadList(), and ViewScheduled().
QDate ViewScheduled::m_defaultGroup [private] |
Definition at line 87 of file viewscheduled.h.
Referenced by FillList(), LoadList(), and ViewScheduled().
QMap<int, int> ViewScheduled::m_cardref [private] |
Definition at line 89 of file viewscheduled.h.
Referenced by LoadList(), and viewCards().
uint ViewScheduled::m_maxcard [private] |
Definition at line 90 of file viewscheduled.h.
Referenced by LoadList(), viewCards(), and ViewScheduled().
uint ViewScheduled::m_curcard [private] |
Definition at line 91 of file viewscheduled.h.
Referenced by FillList(), viewCards(), viewInputs(), and ViewScheduled().
QMap<int, int> ViewScheduled::m_inputref [private] |
Definition at line 93 of file viewscheduled.h.
Referenced by LoadList(), and viewInputs().
uint ViewScheduled::m_maxinput [private] |
Definition at line 94 of file viewscheduled.h.
Referenced by LoadList(), viewInputs(), and ViewScheduled().
uint ViewScheduled::m_curinput [private] |
Definition at line 95 of file viewscheduled.h.
Referenced by FillList(), viewCards(), viewInputs(), and ViewScheduled().
TV* ViewScheduled::m_player [private] |
Definition at line 97 of file viewscheduled.h.
Referenced by Close(), EmbedTVWindow(), ViewScheduled(), and ~ViewScheduled().
1.7.6.1