MythTV  master
tvplaybackstate.cpp
Go to the documentation of this file.
1 // MythTV
2 #include "tvplaybackstate.h"
3 
19 {
20  m_overlayState = OverlayState;
21 }
22 
24 {
25  m_audioPlayerState = AudioPlayerState;
26 }
27 
29 {
30  m_audioState = AudioState;
31 }
32 
34 {
35  m_captionsState = CaptionsState;
36 }
37 
39 {
40  m_videoBoundsState = VideoBoundsState;
41 }
42 
44 {
45  m_videoColourState = ColourState;
46 }
47 
49 {
50  m_visualiserState = VisualiserState;
51 }
52 
54 {
55  m_editorState = EditorState;
56 }
TVPlaybackState::AudioPlayerStateChanged
void AudioPlayerStateChanged(const MythAudioPlayerState &AudioPlayerState)
Definition: tvplaybackstate.cpp:23
TVPlaybackState::m_overlayState
MythOverlayState m_overlayState
Definition: tvplaybackstate.h:104
TVPlaybackState::OverlayStateChanged
void OverlayStateChanged(MythOverlayState OverlayState)
Definition: tvplaybackstate.cpp:18
MythEditorState
Definition: mythplayerstate.h:144
TVPlaybackState::VideoColourStateChanged
void VideoColourStateChanged(const MythVideoColourState &ColourState)
Definition: tvplaybackstate.cpp:43
MythVideoColourState
Definition: mythplayerstate.h:114
tvplaybackstate.h
TVPlaybackState::m_visualiserState
MythVisualiserState m_visualiserState
Definition: tvplaybackstate.h:110
TVPlaybackState::AudioStateChanged
void AudioStateChanged(const MythAudioState &AudioState)
Definition: tvplaybackstate.cpp:28
TVPlaybackState::VideoBoundsStateChanged
void VideoBoundsStateChanged(const MythVideoBoundsState &VideoBoundsState)
Definition: tvplaybackstate.cpp:38
TVPlaybackState::VisualiserStateChanged
void VisualiserStateChanged(const MythVisualiserState &VisualiserState)
Definition: tvplaybackstate.cpp:48
TVPlaybackState::m_videoBoundsState
MythVideoBoundsState m_videoBoundsState
Definition: tvplaybackstate.h:108
TVPlaybackState::m_captionsState
MythCaptionsState m_captionsState
Definition: tvplaybackstate.h:107
TVPlaybackState::m_audioPlayerState
MythAudioPlayerState m_audioPlayerState
Definition: tvplaybackstate.h:105
TVPlaybackState::m_editorState
MythEditorState m_editorState
Definition: tvplaybackstate.h:111
TVPlaybackState::m_audioState
MythAudioState m_audioState
Definition: tvplaybackstate.h:106
MythAudioState
A simple wrapper around audio state used to signal changes in the current state.
Definition: mythplayerstate.h:47
TVPlaybackState::CaptionsStateChanged
void CaptionsStateChanged(MythCaptionsState CaptionsState)
Definition: tvplaybackstate.cpp:33
TVPlaybackState::m_videoColourState
MythVideoColourState m_videoColourState
Definition: tvplaybackstate.h:109
MythOverlayState
A simpler than simple wrapper around OSD state.
Definition: mythplayerstate.h:19
MythVisualiserState
Definition: mythplayerstate.h:128
MythCaptionsState
Definition: mythplayerstate.h:65
TVPlaybackState::EditorStateChanged
void EditorStateChanged(const MythEditorState &EditorState)
Definition: tvplaybackstate.cpp:53
MythVideoBoundsState
Definition: mythplayerstate.h:96
MythAudioPlayerState
Definition: mythplayerstate.h:31