Torque3D Documentation / _generateds / DIDeleteUndoAction

DIDeleteUndoAction

Engine/source/gui/worldEditor/guiDecalEditorCtrl.h

More...

Private Types

Parent 

Public Attributes

Protected Attributes

The captured object state.

Public Functions

undo()

Implement these methods to perform your specific undo & redo tasks.

Public Static Functions

Detailed Description

Private Types

typedef UndoAction Parent 

Public Attributes

GuiDecalEditorCtrl * mEditor 

Protected Attributes

S32 mDatablockId 
DecalInstance mDecalInstance 

The captured object state.

Public Functions

DIDeleteUndoAction(const UTF8 * actionName)

~DIDeleteUndoAction()

DECLARE_CONOBJECT(DIDeleteUndoAction )

deleteDecal(const DecalInstance & decal)

redo()

Reimplemented from: UndoAction

undo()

Reimplemented from: UndoAction

Public Static Functions

initPersistFields()