MythTV  0.26-pre
Public Member Functions
MythScheduler Class Reference

This is an generic interface to a program scheduler. More...

#include <mythscheduler.h>

Inheritance diagram for MythScheduler:
Scheduler

List of all members.

Public Member Functions

 MythScheduler ()
virtual ~MythScheduler ()
virtual void GetAllPending (QStringList &strList) const =0
virtual QMap< QString,
ProgramInfo * > 
GetRecording (void) const =0

Detailed Description

This is an generic interface to a program scheduler.

Definition at line 22 of file mythscheduler.h.


Constructor & Destructor Documentation

Definition at line 25 of file mythscheduler.h.

virtual MythScheduler::~MythScheduler ( ) [inline, virtual]

Definition at line 26 of file mythscheduler.h.


Member Function Documentation

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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends