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

#include <mythplayerstate.h>

Public Member Functions

 MythVideoBoundsState ()=default
 
 MythVideoBoundsState (AdjustFillMode AdjustFill, AspectOverrideMode AspectOverride, float HorizScale, float VertScale, QPoint Move, StereoscopicMode StereoOverride)
 

Public Attributes

AdjustFillMode m_adjustFillMode { kAdjustFill_Off }
 
AspectOverrideMode m_aspectOverrideMode { kAspect_Off }
 
float m_manualHorizScale { 1.0F }
 
float m_manualVertScale { 1.0F }
 
QPoint m_manualMove { 0, 0 }
 
StereoscopicMode m_stereoOverride { kStereoscopicModeAuto }
 

Detailed Description

Definition at line 96 of file mythplayerstate.h.

Constructor & Destructor Documentation

◆ MythVideoBoundsState() [1/2]

MythVideoBoundsState::MythVideoBoundsState ( )
default

◆ MythVideoBoundsState() [2/2]

MythVideoBoundsState::MythVideoBoundsState ( AdjustFillMode  AdjustFill,
AspectOverrideMode  AspectOverride,
float  HorizScale,
float  VertScale,
QPoint  Move,
StereoscopicMode  StereoOverride 
)

Definition at line 44 of file mythplayerstate.cpp.

Member Data Documentation

◆ m_adjustFillMode

AdjustFillMode MythVideoBoundsState::m_adjustFillMode { kAdjustFill_Off }

Definition at line 104 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayPlayback().

◆ m_aspectOverrideMode

AspectOverrideMode MythVideoBoundsState::m_aspectOverrideMode { kAspect_Off }

Definition at line 105 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayPlayback().

◆ m_manualHorizScale

float MythVideoBoundsState::m_manualHorizScale { 1.0F }

Definition at line 106 of file mythplayerstate.h.

Referenced by TV::ManualZoomHandleAction().

◆ m_manualVertScale

float MythVideoBoundsState::m_manualVertScale { 1.0F }

Definition at line 107 of file mythplayerstate.h.

Referenced by TV::ManualZoomHandleAction().

◆ m_manualMove

QPoint MythVideoBoundsState::m_manualMove { 0, 0 }

Definition at line 108 of file mythplayerstate.h.

Referenced by TV::ManualZoomHandleAction().

◆ m_stereoOverride

StereoscopicMode MythVideoBoundsState::m_stereoOverride { kStereoscopicModeAuto }

Definition at line 109 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayPlayback().


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