DDraceNetwork Docs
|
#include <editor_actions.h>
Classes | |
struct | SPrevInfo |
Public Member Functions | |
CEditorActionAppendMap (CEditor *pEditor, const char *pMapName, const SPrevInfo &PrevInfo, std::vector< int > &vImageIndexMap) | |
void | Undo () override |
void | Redo () override |
Public Member Functions inherited from IEditorAction | |
IEditorAction (CEditor *pEditor) | |
IEditorAction ()=default | |
virtual | ~IEditorAction ()=default |
virtual void | Undo ()=0 |
virtual void | Redo ()=0 |
virtual bool | IsEmpty () |
const char * | DisplayText () const |
Private Attributes | |
char | m_aMapName [IO_MAX_PATH_LENGTH] |
SPrevInfo | m_PrevInfo |
std::vector< int > | m_vImageIndexMap |
Additional Inherited Members | |
Protected Attributes inherited from IEditorAction | |
CEditor * | m_pEditor |
char | m_aDisplayText [256] |
CEditorActionAppendMap::CEditorActionAppendMap | ( | CEditor * | pEditor, |
const char * | pMapName, | ||
const SPrevInfo & | PrevInfo, | ||
std::vector< int > & | vImageIndexMap | ||
) |
|
overridevirtual |
Implements IEditorAction.
|
overridevirtual |
Implements IEditorAction.
|
private |
|
private |
|
private |