Torque3D Documentation / _generateds / DBRetargetUndoAction

DBRetargetUndoAction

Engine/source/gui/worldEditor/guiDecalEditorCtrl.h

More...

Private Types

Parent 

Protected Attributes

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

S32 mDBFromId 
S32 mDBToId 
GuiDecalEditorCtrl * mEditor 

Protected Attributes

Vector< DecalInstance * > mDecalInstanceVec 

Public Functions

DBRetargetUndoAction(const UTF8 * actionName)

~DBRetargetUndoAction()

DECLARE_CONOBJECT(DBRetargetUndoAction )

redo()

Reimplemented from: UndoAction

retargetDecal(DecalInstance * decal)

undo()

Reimplemented from: UndoAction

Public Static Functions

initPersistFields()