DDraceNetwork Documentation
Loading...
Searching...
No Matches
CEditorActionLayerBase Class Reference

#include <editor_actions.h>

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

Public Member Functions

 CEditorActionLayerBase (CEditorMap *pMap, int GroupIndex, int LayerIndex)
Public Member Functions inherited from IEditorAction
 IEditorAction (CEditorMap *pMap)
virtual void Undo ()=0
virtual void Redo ()=0
virtual bool IsEmpty ()
const char * DisplayText () const
Public Member Functions inherited from CMapObject
 CMapObject (CEditorMap *pMap)
 CMapObject (const CMapObject &Other)
virtual ~CMapObject ()=default
virtual void OnAttach (CEditorMap *pMap)
const CEditorEditor () const
CEditorEditor ()
const CEditorMapMap () const
CEditorMapMap ()
const IGraphicsGraphics () const
IGraphicsGraphics ()
const ISoundSound () const
ISoundSound ()
const IStorageStorage () const
IStorageStorage ()
const ITextRenderTextRender () const
ITextRenderTextRender ()

Protected Attributes

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

Additional Inherited Members

Public Attributes inherited from CMapObject
float m_aLayerOffset [2]
bool m_UseClipping
float m_aaClipArea [2][2]
float m_aSpeed [2]
float m_aaScreenOffset [2][2]
float m_aaBaseArea [2][2]
float m_aaExtendedArea [2][2]
Static Public Attributes inherited from CMapObject
static constexpr float ms_aStandardScreen [2] = {1430 / 2.f, 1050 / 2.f}

Constructor & Destructor Documentation

◆ CEditorActionLayerBase()

CEditorActionLayerBase::CEditorActionLayerBase ( CEditorMap * pMap,
int GroupIndex,
int LayerIndex )

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: