|
MythTV master
|
#include <libmythtv/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 } |
Definition at line 144 of file mythplayerstate.h.
|
default |
| 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.
| uint64_t MythEditorState::m_currentFrame { 0 } |
Definition at line 153 of file mythplayerstate.h.
Definition at line 157 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist(), and TV::ProcessKeypressOrGesture().
Definition at line 162 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist().
Definition at line 159 of file mythplayerstate.h.
Referenced by TV::ProcessKeypressOrGesture().
Definition at line 160 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist().
Definition at line 158 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist().
| uint64_t MythEditorState::m_nextCut { 0 } |
Definition at line 155 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist().
| uint64_t MythEditorState::m_previousCut { 0 } |
Definition at line 154 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist().
| QString MythEditorState::m_redoMessage |
Definition at line 163 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist().
Definition at line 164 of file mythplayerstate.h.
Referenced by TV::ProcessKeypressOrGesture().
| uint64_t MythEditorState::m_totalFrames { 0 } |
Definition at line 156 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist().
| QString MythEditorState::m_undoMessage |
Definition at line 161 of file mythplayerstate.h.
Referenced by TV::MenuItemDisplayCutlist().