DDraceNetwork Docs
CEditorActionLayerBase Class Reference

#include <editor_actions.h>

Inheritance diagram for CEditorActionLayerBase:
[legend]
Collaboration diagram for CEditorActionLayerBase:
[legend]

Public Member Functions

 CEditorActionLayerBase (CEditor *pEditor, int GroupIndex, int LayerIndex)
 
virtual void Undo () override
 
virtual 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
 

Protected Attributes

int m_GroupIndex
 
int m_LayerIndex
 
std::shared_ptr< CLayerm_pLayer
 
- Protected Attributes inherited from IEditorAction
CEditorm_pEditor
 
char m_aDisplayText [256]
 

Constructor & Destructor Documentation

◆ CEditorActionLayerBase()

CEditorActionLayerBase::CEditorActionLayerBase ( CEditor pEditor,
int  GroupIndex,
int  LayerIndex 
)

Member Function Documentation

◆ Redo()

◆ Undo()

Member Data Documentation

◆ m_GroupIndex

int CEditorActionLayerBase::m_GroupIndex
protected

◆ m_LayerIndex

int CEditorActionLayerBase::m_LayerIndex
protected

◆ m_pLayer

std::shared_ptr<CLayer> CEditorActionLayerBase::m_pLayer
protected

The documentation for this class was generated from the following files: