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

A simpler than simple wrapper around OSD state. More...

#include <mythplayerstate.h>

Public Member Functions

 MythOverlayState ()=default
 
 MythOverlayState (bool Browsing, bool Editing)
 

Public Attributes

bool m_browsing { false }
 
bool m_editing { false }
 

Detailed Description

A simpler than simple wrapper around OSD state.

Definition at line 19 of file mythplayerstate.h.

Constructor & Destructor Documentation

◆ MythOverlayState() [1/2]

MythOverlayState::MythOverlayState ( )
default

◆ MythOverlayState() [2/2]

MythOverlayState::MythOverlayState ( bool  Browsing,
bool  Editing 
)

Definition at line 9 of file mythplayerstate.cpp.

Member Data Documentation

◆ m_browsing

bool MythOverlayState::m_browsing { false }

◆ m_editing

bool MythOverlayState::m_editing { false }

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