Go to the documentation of this file.
13 QString statestr = QString(
"Unknown(%1)").arg((
int)state);
22 statestr =
"WatchingLiveTV";
25 statestr =
"WatchingPreRecorded";
28 statestr =
"WatchingVideo";
31 statestr =
"WatchingDVD";
34 statestr =
"WatchingBD";
37 statestr =
"WatchingRecording";
40 statestr =
"RecordingOnly";
43 statestr =
"ChangingState";
51 const std::array<const QString,4> kPicAdjType
64 const std::array<const QString,4> kPicAdjTitles
67 QObject::tr(
"Adjust Playback"),
68 QObject::tr(
"Adjust Recorder"),
69 QObject::tr(
"Adjust Recorder"),
77 const std::array<const QString,3> kCommSkipTitles
79 QObject::tr(
"Auto-Skip OFF"),
80 QObject::tr(
"Auto-Skip ON"),
81 QObject::tr(
"Auto-Skip Notify"),
@ kState_WatchingBD
Watching BD is the state when we are watching a BD.
@ kState_None
None State, this is the initial state in both TV and TVRec, it indicates that we are ready to change ...
@ kState_Error
Error State, if we ever try to enter this state errored is set.
@ kState_WatchingLiveTV
Watching LiveTV is the state for when we are watching a recording and the user has control over the c...
QString toTypeString(PictureAdjustType type)
@ kState_ChangingState
This is a placeholder state which we never actually enter, but is returned by GetState() when we are ...
QString toString(CommSkipMode type)
@ kState_WatchingRecording
Watching Recording is the state for when we are watching an in progress recording,...
@ kState_WatchingPreRecorded
Watching Pre-recorded is a TV only state for when we are watching a pre-existing recording.
@ kState_WatchingVideo
Watching Video is the state when we are watching a video and is not a dvd or BD.
QString toTitleString(PictureAdjustType type)
TVState
TVState is an enumeration of the states used by TV and TVRec.
@ kState_RecordingOnly
Recording Only is a TVRec only state for when we are recording a program, but there is no one current...
QString StateToString(TVState state)
Returns a human readable QString representing a TVState.
@ kState_WatchingDVD
Watching DVD is the state when we are watching a DVD.