This is an generic interface to a program scheduler. More...
#include <mythscheduler.h>
Public Member Functions | |
| MythScheduler () | |
| virtual | ~MythScheduler () |
| virtual void | GetAllPending (QStringList &strList) const =0 |
| virtual QMap< QString, ProgramInfo * > | GetRecording (void) const =0 |
This is an generic interface to a program scheduler.
Definition at line 22 of file mythscheduler.h.
| MythScheduler::MythScheduler | ( | ) | [inline] |
Definition at line 25 of file mythscheduler.h.
| virtual MythScheduler::~MythScheduler | ( | ) | [inline, virtual] |
Definition at line 26 of file mythscheduler.h.
| virtual void MythScheduler::GetAllPending | ( | QStringList & | strList | ) | const [pure virtual] |
Implemented in Scheduler.
Referenced by ProgramInfo::LoadFromScheduler().
| virtual QMap<QString,ProgramInfo*> MythScheduler::GetRecording | ( | void | ) | const [pure virtual] |
Implemented in Scheduler.
Referenced by Dvr::GetFilteredRecordedList().
1.6.3