MythTV
master
|
#include <cstdint>
#include <QString>
Go to the source code of this file.
Classes | |
class | VBIMode |
Functions | |
TVState | myth_deque_init (const TVState *) |
QString | StateToString (TVState state) |
Returns a human readable QString representing a TVState. More... | |
QString | toTypeString (PictureAdjustType type) |
QString | toTitleString (PictureAdjustType type) |
QString | toString (CommSkipMode type) |
enum ChannelChangeDirection : std::uint8_t |
enum BrowseDirection : std::int8_t |
Used to request ProgramInfo for channel browsing.
enum TVState : std::int8_t |
TVState is an enumeration of the states used by TV and TVRec.
Enumerator | |
---|---|
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 : std::uint8_t |
SleepStatus is an enumeration of the awake/sleep status of a slave.
enum PictureAdjustType : std::uint8_t |
enum CommSkipMode : std::uint8_t |
QString StateToString | ( | TVState | state | ) |
Returns a human readable QString representing a TVState.
state | State to print. |
Definition at line 11 of file tv.cpp.
Referenced by PlayerContext::GetPlayingInfoMap(), TV::GetStatus(), TV::HandleStateChange(), TVRec::HandleStateChange(), TVRec::RemovePlaying(), TVRec::RemoveRecording(), TV::StartPlayer(), and TVRec::StartRecording().
QString toTypeString | ( | PictureAdjustType | type | ) |
Definition at line 49 of file tv.cpp.
Referenced by TV::DoTogglePictureAttribute(), MythPlayerVideoUI::PictureAttributeChanged(), and TV::PictureAttributeHandleAction().
QString toTitleString | ( | PictureAdjustType | type | ) |
Definition at line 62 of file tv.cpp.
Referenced by TV::DoTogglePictureAttribute(), MythPlayerVideoUI::PictureAttributeChanged(), and TV::PictureAttributeHandleAction().
QString toString | ( | CommSkipMode | type | ) |