Go to the source code of this file.
| typedef enum BrowseDirections BrowseDirection |
Used to request ProgramInfo for channel browsing.
| typedef enum SleepStatus SleepStatus |
SleepStatus is an enumeration of the awake/sleep status of a slave.
| typedef enum PictureAdjustType PictureAdjustType |
| enum BrowseDirections |
Used to request ProgramInfo for channel browsing.
| enum TVState |
TVState is an enumeration of the states used by TV and TVRec.
| kState_Error |
Error State, if we ever try to enter this state errored is set. |
| kState_None |
None State, this is the initial state in both TV and TVRec, it indicates that we are ready to change to some other state. |
| kState_WatchingLiveTV |
Watching LiveTV is the state for when we are watching a recording and the user has control over the channel and the recorder to use. |
| 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. |
| kState_WatchingDVD |
Watching DVD is the state when we are watching a DVD. |
| kState_WatchingBD |
Watching BD is the state when we are watching a BD. |
| kState_WatchingRecording |
Watching Recording is the state for when we are watching an in progress recording, but the user does not have control over the channel and recorder to use. |
| kState_RecordingOnly |
Recording Only is a TVRec only state for when we are recording a program, but there is no one currently watching it. |
| kState_ChangingState |
This is a placeholder state which we never actually enter, but is returned by GetState() when we are in the process of changing the state. |
| enum SleepStatus |
SleepStatus is an enumeration of the awake/sleep status of a slave.
| enum PictureAdjustType |
| enum CommSkipMode |
| QString StateToString | ( | TVState | state | ) |
Returns a human readable QString representing a TVState.
| state | State to print. |
Definition at line 12 of file tv.cpp.
Referenced by PlayerContext::GetPlayingInfoMap(), TV::GetStatus(), TVRec::HandleStateChange(), TV::HandleStateChange(), TVRec::RemovePlaying(), TVRec::RemoveRecording(), TV::StartPlayer(), and TVRec::StartRecording().
| QString toTypeString | ( | PictureAdjustType | type | ) |
Definition at line 51 of file tv.cpp.
Referenced by TV::DoChangePictureAttribute(), and TV::DoTogglePictureAttribute().
| QString toTitleString | ( | PictureAdjustType | type | ) |
Definition at line 67 of file tv.cpp.
Referenced by TV::DoChangePictureAttribute(), and TV::DoTogglePictureAttribute().
| QString toString | ( | CommSkipMode | type | ) |
1.6.3