#include <editor_actions.h>
◆ EType
Enumerator |
---|
DELETE | |
ADD | |
EDIT | |
MOVE_UP | |
MOVE_DOWN | |
◆ CEditorCommandAction()
CEditorCommandAction::CEditorCommandAction |
( |
CEditor * |
pEditor, |
|
|
EType |
Type, |
|
|
int * |
pSelectedCommandIndex, |
|
|
int |
CommandIndex, |
|
|
const char * |
pPreviousCommand = nullptr , |
|
|
const char * |
pCurrentCommand = nullptr |
|
) |
| |
◆ Redo()
void CEditorCommandAction::Redo |
( |
| ) |
|
|
overridevirtual |
◆ Undo()
void CEditorCommandAction::Undo |
( |
| ) |
|
|
overridevirtual |
◆ m_CommandIndex
int CEditorCommandAction::m_CommandIndex |
|
private |
◆ m_CurrentCommand
std::string CEditorCommandAction::m_CurrentCommand |
|
private |
◆ m_PreviousCommand
std::string CEditorCommandAction::m_PreviousCommand |
|
private |
◆ m_pSelectedCommandIndex
int* CEditorCommandAction::m_pSelectedCommandIndex |
|
private |
◆ m_Type
EType CEditorCommandAction::m_Type |
|
private |
The documentation for this class was generated from the following files: