Torque3D Documentation / _generateds / CompoundUndoAction

CompoundUndoAction

Engine/source/util/undo.h

An undo action that is comprised of other undo actions.

More...

Public Types

Parent 

Public Friends

Protected Attributes

Public Functions

Called when a SimObject is deleted.

undo()

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

Detailed Description

An undo action that is comprised of other undo actions.

Public Types

typedef UndoAction Parent 

Public Friends

Protected Attributes

Vector< UndoAction * > mChildren 

Public Functions

CompoundUndoAction(const UTF8 * actionName)

~CompoundUndoAction()

addAction(UndoAction * action)

DECLARE_CONOBJECT(CompoundUndoAction )

getNumChildren()

onDeleteNotify(SimObject * object)

Reimplemented from: SimObject

redo()

Reimplemented from: UndoAction

undo()

Reimplemented from: UndoAction