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

#include <mythplayerstate.h>

Public Member Functions

 MythEditorState ()=default
 
 MythEditorState (uint64_t Current, uint64_t Previous, uint64_t Next, uint64_t Total, bool InDelete, bool IsTemp, bool HasTemp, bool HasUndo, QString Undo, bool HasRedo, QString Redo, bool Saved)
 

Public Attributes

uint64_t m_currentFrame { 0 }
 
uint64_t m_previousCut { 0 }
 
uint64_t m_nextCut { 0 }
 
uint64_t m_totalFrames { 0 }
 
bool m_frameInDelete { false }
 
bool m_isTempMark { false }
 
bool m_hasTempMark { false }
 
bool m_hasUndo { false }
 
QString m_undoMessage
 
bool m_hasRedo { false }
 
QString m_redoMessage
 
bool m_saved { false }
 

Detailed Description

Definition at line 144 of file mythplayerstate.h.

Constructor & Destructor Documentation

◆ MythEditorState() [1/2]

MythEditorState::MythEditorState ( )
default

◆ MythEditorState() [2/2]

MythEditorState::MythEditorState ( uint64_t  Current,
uint64_t  Previous,
uint64_t  Next,
uint64_t  Total,
bool  InDelete,
bool  IsTemp,
bool  HasTemp,
bool  HasUndo,
QString  Undo,
bool  HasRedo,
QString  Redo,
bool  Saved 
)

Definition at line 79 of file mythplayerstate.cpp.

Member Data Documentation

◆ m_currentFrame

uint64_t MythEditorState::m_currentFrame { 0 }

Definition at line 153 of file mythplayerstate.h.

◆ m_previousCut

uint64_t MythEditorState::m_previousCut { 0 }

Definition at line 154 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist().

◆ m_nextCut

uint64_t MythEditorState::m_nextCut { 0 }

Definition at line 155 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist().

◆ m_totalFrames

uint64_t MythEditorState::m_totalFrames { 0 }

Definition at line 156 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist().

◆ m_frameInDelete

bool MythEditorState::m_frameInDelete { false }

Definition at line 157 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist(), and TV::ProcessKeypressOrGesture().

◆ m_isTempMark

bool MythEditorState::m_isTempMark { false }

Definition at line 158 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist().

◆ m_hasTempMark

bool MythEditorState::m_hasTempMark { false }

Definition at line 159 of file mythplayerstate.h.

Referenced by TV::ProcessKeypressOrGesture().

◆ m_hasUndo

bool MythEditorState::m_hasUndo { false }

Definition at line 160 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist().

◆ m_undoMessage

QString MythEditorState::m_undoMessage

Definition at line 161 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist().

◆ m_hasRedo

bool MythEditorState::m_hasRedo { false }

Definition at line 162 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist().

◆ m_redoMessage

QString MythEditorState::m_redoMessage

Definition at line 163 of file mythplayerstate.h.

Referenced by TV::MenuItemDisplayCutlist().

◆ m_saved

bool MythEditorState::m_saved { false }

Definition at line 164 of file mythplayerstate.h.

Referenced by TV::ProcessKeypressOrGesture().


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