MythTV
master
|
#include <libmythtv/mythplayerstate.h>
Public Member Functions | |
MythVideoColourState ()=default | |
MythVideoColourState (PictureAttributeSupported Supported, std::map< PictureAttribute, int > AttributeValues) | |
int | GetValue (PictureAttribute Attribute) |
Public Attributes | |
PictureAttributeSupported | m_supportedAttributes { kPictureAttributeSupported_None } |
std::map< PictureAttribute, int > | m_attributeValues |
Definition at line 114 of file mythplayerstate.h.
|
default |
MythVideoColourState::MythVideoColourState | ( | PictureAttributeSupported | Supported, |
std::map< PictureAttribute, int > | AttributeValues | ||
) |
Definition at line 56 of file mythplayerstate.cpp.
int MythVideoColourState::GetValue | ( | PictureAttribute | Attribute | ) |
Definition at line 63 of file mythplayerstate.cpp.
Referenced by TV::DoTogglePictureAttribute(), and TV::GetStatus().
PictureAttributeSupported MythVideoColourState::m_supportedAttributes { kPictureAttributeSupported_None } |
Definition at line 122 of file mythplayerstate.h.
Referenced by TV::GetStatus(), TV::MenuItemDisplayPlayback(), TV::NextPictureAdjustType(), and MythPlayerVideoUI::SupportedAttributesChanged().
std::map<PictureAttribute,int> MythVideoColourState::m_attributeValues |
Definition at line 123 of file mythplayerstate.h.
Referenced by GetValue(), MythPlayerVideoUI::PictureAttributeChanged(), and MythPlayerVideoUI::PictureAttributesUpdated().