tv_play.h File Reference
Go to the source code of this file.
|
Classes |
| class | VBIMode |
| class | AskProgramInfo |
| class | TV |
| class | TV::SleepTimerInfo |
| | Helper class for Sleep Timer code. More...
|
Typedefs |
| typedef QValueVector< QString > | str_vec_t |
| typedef QMap< QString, QString > | InfoMap |
| typedef QMap< QString, InfoMap > | DDValueMap |
| typedef QMap< QString, DDValueMap > | DDKeyMap |
| typedef ProgramInfo *(* | RUNPLAYBACKBOX )(void *, bool) |
| typedef void(* | RUNVIEWSCHEDULED )(void *, bool) |
Enumerations |
| enum | PseudoState { kPseudoNormalLiveTV = 0,
kPseudoChangeChannel = 1,
kPseudoRecording = 2
} |
| enum | scheduleEditTypes {
kScheduleProgramGuide = 0,
kScheduleProgramFinder,
kScheduledRecording,
kViewSchedule,
kPlaybackBox
} |
| enum | AskAllowType { kAskAllowCancel,
kAskAllowOneRec,
kAskAllowMultiRec
} |
Typedef Documentation
| typedef QMap<QString,QString> InfoMap |
Enumeration Type Documentation
- Enumerator:
-
| kPseudoNormalLiveTV |
|
| kPseudoChangeChannel |
|
| kPseudoRecording |
|
Definition at line 67 of file tv_play.h.
- Enumerator:
-
| kScheduleProgramGuide |
|
| kScheduleProgramFinder |
|
| kScheduledRecording |
|
| kViewSchedule |
|
| kPlaybackBox |
|
Definition at line 74 of file tv_play.h.
- Enumerator:
-
| kAskAllowCancel |
|
| kAskAllowOneRec |
|
| kAskAllowMultiRec |
|
Definition at line 82 of file tv_play.h.