#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]
◆ EndBulk() [2/2]
| void CEditorHistory::EndBulk |
( |
int |
DisplayToUse | ) |
|
◆ Execute()
◆ RecordAction() [1/2]
◆ RecordAction() [2/2]
◆ 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: