Construct a recording schedule. More...
#include <scheduleeditor.h>
Construct a recording schedule.
Definition at line 29 of file scheduleeditor.h.
| ScheduleEditor::ScheduleEditor | ( | MythScreenStack * | parent, | |
| RecordingInfo * | recinfo, | |||
| TV * | player = NULL | |||
| ) |
Definition at line 78 of file scheduleeditor.cpp.
Referenced by RunScheduleEditor().
| ScheduleEditor::ScheduleEditor | ( | MythScreenStack * | parent, | |
| RecordingRule * | recrule, | |||
| TV * | player = NULL | |||
| ) |
Definition at line 93 of file scheduleeditor.cpp.
| ScheduleEditor::~ScheduleEditor | ( | void | ) |
Definition at line 106 of file scheduleeditor.cpp.
| bool ScheduleEditor::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 118 of file scheduleeditor.cpp.
Referenced by ProgramRecPriority::edit(), ScheduleCommon::EditScheduled(), ScheduleCommon::MakeOverride(), PowerSearchPopup::recordClicked(), PhrasePopup::recordClicked(), ManualSchedule::recordClicked(), CustomEdit::recordClicked(), and RunScheduleEditor().
| void ScheduleEditor::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from ScheduleCommon.
Definition at line 376 of file scheduleeditor.cpp.
| void * ScheduleEditor::RunScheduleEditor | ( | ProgramInfo * | proginfo, | |
| void * | player = NULL | |||
| ) | [static] |
| void ScheduleEditor::ruleSaved | ( | int | ruleId | ) | [signal] |
Referenced by Save().
| void ScheduleEditor::RuleChanged | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 279 of file scheduleeditor.cpp.
Referenced by Create().
| void ScheduleEditor::ShowSchedOpt | ( | void | ) | [protected, slot] |
Definition at line 321 of file scheduleeditor.cpp.
Referenced by Create().
| void ScheduleEditor::ShowStoreOpt | ( | void | ) | [protected, slot] |
Definition at line 332 of file scheduleeditor.cpp.
Referenced by Create().
| void ScheduleEditor::ShowPostProc | ( | void | ) | [protected, slot] |
Definition at line 343 of file scheduleeditor.cpp.
Referenced by Create().
| void ScheduleEditor::ShowSchedInfo | ( | void | ) | [protected, slot] |
Definition at line 354 of file scheduleeditor.cpp.
Referenced by Create().
| void ScheduleEditor::ShowPreview | ( | void | ) | [protected, slot] |
Definition at line 451 of file scheduleeditor.cpp.
Referenced by Create().
| void ScheduleEditor::ShowMetadataOptions | ( | void | ) | [protected, slot] |
Definition at line 468 of file scheduleeditor.cpp.
Referenced by Create().
| void ScheduleEditor::Save | ( | void | ) | [protected, slot] |
Definition at line 295 of file scheduleeditor.cpp.
Referenced by Create().
| void ScheduleEditor::Close | ( | void | ) | [protected, virtual, slot] |
Reimplemented from MythScreenType.
Definition at line 180 of file scheduleeditor.cpp.
| void ScheduleEditor::Load | ( | void | ) | [private, 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 189 of file scheduleeditor.cpp.
| void ScheduleEditor::DeleteRule | ( | void | ) | [private] |
Definition at line 316 of file scheduleeditor.cpp.
Referenced by Save().
| void ScheduleEditor::showPrevious | ( | void | ) | [private] |
Definition at line 407 of file scheduleeditor.cpp.
Referenced by customEvent().
| void ScheduleEditor::showUpcomingByRule | ( | void | ) | [private] |
Definition at line 421 of file scheduleeditor.cpp.
Referenced by customEvent().
| void ScheduleEditor::showUpcomingByTitle | ( | void | ) | [private] |
Definition at line 441 of file scheduleeditor.cpp.
Referenced by customEvent(), and showUpcomingByRule().
RecordingInfo* ScheduleEditor::m_recInfo [private] |
Definition at line 67 of file scheduleeditor.h.
Referenced by Create(), customEvent(), Load(), ScheduleEditor(), ShowMetadataOptions(), ShowPostProc(), showPrevious(), ShowSchedOpt(), and ShowStoreOpt().
RecordingRule* ScheduleEditor::m_recordingRule [private] |
Definition at line 68 of file scheduleeditor.h.
Referenced by Create(), DeleteRule(), Load(), RuleChanged(), Save(), ScheduleEditor(), ShowMetadataOptions(), ShowPostProc(), ShowPreview(), showPrevious(), ShowSchedOpt(), ShowStoreOpt(), showUpcomingByRule(), showUpcomingByTitle(), and ~ScheduleEditor().
bool ScheduleEditor::m_sendSig [private] |
Definition at line 70 of file scheduleeditor.h.
MythUIButton* ScheduleEditor::m_saveButton [private] |
Definition at line 72 of file scheduleeditor.h.
Referenced by Create().
MythUIButton* ScheduleEditor::m_cancelButton [private] |
Definition at line 73 of file scheduleeditor.h.
Referenced by Create().
MythUIButtonList* ScheduleEditor::m_rulesList [private] |
Definition at line 75 of file scheduleeditor.h.
MythUIButton* ScheduleEditor::m_schedOptButton [private] |
Definition at line 77 of file scheduleeditor.h.
Referenced by Create(), and RuleChanged().
MythUIButton* ScheduleEditor::m_storeOptButton [private] |
Definition at line 78 of file scheduleeditor.h.
Referenced by Create(), and RuleChanged().
MythUIButton* ScheduleEditor::m_postProcButton [private] |
Definition at line 79 of file scheduleeditor.h.
Referenced by Create(), and RuleChanged().
MythUIButton* ScheduleEditor::m_schedInfoButton [private] |
Definition at line 80 of file scheduleeditor.h.
Referenced by Create().
MythUIButton* ScheduleEditor::m_previewButton [private] |
Definition at line 81 of file scheduleeditor.h.
Referenced by Create().
MythUIButton* ScheduleEditor::m_metadataButton [private] |
Definition at line 82 of file scheduleeditor.h.
Referenced by Create().
TV* ScheduleEditor::m_player [private] |
Definition at line 84 of file scheduleeditor.h.
Referenced by Close(), Create(), and ~ScheduleEditor().
1.6.3