MythTV
master
|
#include <deque>
#include <QStringList>
#include <QMap>
Go to the source code of this file.
Classes | |
class | MythScheduler |
This is an generic interface to a program scheduler. More... | |
Typedefs | |
using | RecList = std::deque< RecordingInfo * > |
using | RecConstIter = RecList::const_iterator |
using | RecIter = RecList::iterator |
using RecList = std::deque<RecordingInfo*> |
Definition at line 12 of file mythscheduler.h.
using RecConstIter = RecList::const_iterator |
Definition at line 13 of file mythscheduler.h.
using RecIter = RecList::iterator |
Definition at line 14 of file mythscheduler.h.