ForestUndoAction
Engine/source/forest/editor/forestUndo.h
Private Types
Parent
Protected Attributes
Public Functions
ForestUndoAction(const Resource< ForestData > & data, ForestEditorCtrl * editor, const char * description)
Detailed Description
Private Types
typedef UndoAction Parent
Protected Attributes
Resource< ForestData > mData
ForestEditorCtrl * mEditor
Vector< ForestItem > mItems
Public Functions
ForestUndoAction(const Resource< ForestData > & data, ForestEditorCtrl * editor, const char * description)
redo()
Reimplemented from: UndoAction
Reimplemented by: ForestCreateUndoAction, ForestDeleteUndoAction, ForestUpdateAction
undo()
Reimplemented from: UndoAction
Reimplemented by: ForestCreateUndoAction, ForestDeleteUndoAction, ForestUpdateAction