UndoAction

Engine/source/util/undo.h

More...

Public Types

Parent 

Public Friends

Protected Attributes

Public Attributes

A brief description of the action, for display in menus and the like.

Public Functions

UndoAction(const UTF8 * actionName)

Create a new action, assigning it a name for display in menus et cetera.

Adds the action to the undo stack of the default UndoManager, or the provided manager.

undo()

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

Public Static Functions

Detailed Description

Public Types

typedef SimObject Parent 

Public Friends

Protected Attributes

UndoManager * mUndoManager 

Public Attributes

String mActionName 

A brief description of the action, for display in menus and the like.