12 QString statestr = QString(
"Unknown(%1)").arg((
int)state);
21 statestr =
"WatchingLiveTV";
24 statestr =
"WatchingPreRecorded";
27 statestr =
"WatchingVideo";
30 statestr =
"WatchingDVD";
33 statestr =
"WatchingBD";
36 statestr =
"WatchingRecording";
39 statestr =
"RecordingOnly";
42 statestr =
"ChangingState";
50 const QString kPicAdjType[] =
63 const QString kPicAdjTitles[] =
66 QObject::tr(
"Adjust Playback"),
67 QObject::tr(
"Adjust Recorder"),
68 QObject::tr(
"Adjust Recorder"),
76 const QString kCommSkipTitles[] =
78 QObject::tr(
"Auto-Skip OFF"),
79 QObject::tr(
"Auto-Skip ON"),
80 QObject::tr(
"Auto-Skip Notify"),
Error State, if we ever try to enter this state errored is set.
Watching LiveTV is the state for when we are watching a recording and the user has control over the c...
QString StateToString(TVState state)
Returns a human readable QString representing a TVState.
QString toTypeString(PictureAdjustType type)
Watching Recording is the state for when we are watching an in progress recording,...
Watching Pre-recorded is a TV only state for when we are watching a pre-existing recording.
Watching DVD is the state when we are watching a DVD.
TVState
TVState is an enumeration of the states used by TV and TVRec.
Recording Only is a TVRec only state for when we are recording a program, but there is no one current...
Watching Video is the state when we are watching a video and is not a dvd or BD.
Watching BD is the state when we are watching a BD.
QString toTitleString(PictureAdjustType type)
QString toString(CommSkipMode type)
None State, this is the initial state in both TV and TVRec, it indicates that we are ready to change ...
This is a placeholder state which we never actually enter, but is returned by GetState() when we are ...