MythTV  master
Public Member Functions | Public Attributes | List of all members
MythVideoColourState Class Reference

#include <libmythtv/mythplayerstate.h>

Collaboration diagram for MythVideoColourState:
[legend]

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
 

Detailed Description

Definition at line 114 of file mythplayerstate.h.

Constructor & Destructor Documentation

◆ MythVideoColourState() [1/2]

MythVideoColourState::MythVideoColourState ( )
default

◆ MythVideoColourState() [2/2]

MythVideoColourState::MythVideoColourState ( PictureAttributeSupported  Supported,
std::map< PictureAttribute, int >  AttributeValues 
)

Definition at line 56 of file mythplayerstate.cpp.

Member Function Documentation

◆ GetValue()

int MythVideoColourState::GetValue ( PictureAttribute  Attribute)

Definition at line 63 of file mythplayerstate.cpp.

Referenced by TV::DoTogglePictureAttribute(), and TV::GetStatus().

Member Data Documentation

◆ m_supportedAttributes

PictureAttributeSupported MythVideoColourState::m_supportedAttributes { kPictureAttributeSupported_None }

◆ m_attributeValues

std::map<PictureAttribute,int> MythVideoColourState::m_attributeValues

The documentation for this class was generated from the following files: