#include <editor_history.h>
◆ CEditorHistory()
CEditorHistory::CEditorHistory |
( |
| ) |
|
|
inline |
◆ ~CEditorHistory()
CEditorHistory::~CEditorHistory |
( |
| ) |
|
|
inline |
◆ BeginBulk()
void CEditorHistory::BeginBulk |
( |
| ) |
|
◆ CanRedo()
bool CEditorHistory::CanRedo |
( |
| ) |
const |
|
inline |
◆ CanUndo()
bool CEditorHistory::CanUndo |
( |
| ) |
const |
|
inline |
◆ Clear()
void CEditorHistory::Clear |
( |
| ) |
|
◆ EndBulk() [1/2]
void CEditorHistory::EndBulk |
( |
const char * |
pDisplay = nullptr | ) |
|
◆ EndBulk() [2/2]
void CEditorHistory::EndBulk |
( |
int |
DisplayToUse | ) |
|
◆ Execute()
void CEditorHistory::Execute |
( |
const std::shared_ptr< IEditorAction > & |
pAction, |
|
|
const char * |
pDisplay = nullptr |
|
) |
| |
◆ RecordAction() [1/2]
void CEditorHistory::RecordAction |
( |
const std::shared_ptr< IEditorAction > & |
pAction | ) |
|
◆ RecordAction() [2/2]
void CEditorHistory::RecordAction |
( |
const std::shared_ptr< IEditorAction > & |
pAction, |
|
|
const char * |
pDisplay |
|
) |
| |
◆ Redo()
bool CEditorHistory::Redo |
( |
| ) |
|
◆ Undo()
bool CEditorHistory::Undo |
( |
| ) |
|
◆ m_IsBulk
bool CEditorHistory::m_IsBulk |
|
private |
◆ m_pEditor
◆ m_vpBulkActions
std::vector<std::shared_ptr<IEditorAction> > CEditorHistory::m_vpBulkActions |
|
private |
◆ m_vpRedoActions
std::deque<std::shared_ptr<IEditorAction> > CEditorHistory::m_vpRedoActions |
◆ m_vpUndoActions
std::deque<std::shared_ptr<IEditorAction> > CEditorHistory::m_vpUndoActions |
The documentation for this class was generated from the following files: