![]() |
DDraceNetwork Documentation
|
#include <editor_actions.h>
Public Member Functions | |
| CEditorBrushDrawAction (CEditorMap *pMap, int Group) | |
| void | Undo () override |
| void | Redo () override |
| bool | IsEmpty () override |
| Public Member Functions inherited from IEditorAction | |
| IEditorAction (CEditorMap *pMap) | |
| 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 CEditor * | Editor () const |
| CEditor * | Editor () |
| const CEditorMap * | Map () const |
| CEditorMap * | Map () |
| const IGraphics * | Graphics () const |
| IGraphics * | Graphics () |
| const ISound * | Sound () const |
| ISound * | Sound () |
| const IStorage * | Storage () const |
| IStorage * | Storage () |
| const ITextRender * | TextRender () const |
| ITextRender * | TextRender () |
Private Member Functions | |
| void | Apply (bool Undo) |
| void | SetInfos () |
Private Attributes | |
| int | m_Group |
| std::vector< std::pair< int, EditorTileStateChangeHistory< STileStateChange > > > | m_vTileChanges |
| EditorTileStateChangeHistory< STeleTileStateChange > | m_TeleTileChanges |
| EditorTileStateChangeHistory< SSpeedupTileStateChange > | m_SpeedupTileChanges |
| EditorTileStateChangeHistory< SSwitchTileStateChange > | m_SwitchTileChanges |
| EditorTileStateChangeHistory< STuneTileStateChange > | m_TuneTileChanges |
| int | m_TotalTilesDrawn |
| int | m_TotalLayers |
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} |
| Protected Attributes inherited from IEditorAction | |
| char | m_aDisplayText [256] |
| CEditorBrushDrawAction::CEditorBrushDrawAction | ( | CEditorMap * | pMap, |
| int | Group ) |
|
private |
|
overridevirtual |
Reimplemented from IEditorAction.
|
overridevirtual |
Implements IEditorAction.
|
private |
|
overridevirtual |
Implements IEditorAction.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |