Inheritance diagram for CP_UndoPolicy_Multi:
|
Constructor. |
|
Destructor. |
|
Handle posting our command to the appropriate command list. This will also execute the command, and if the command allows it, set it up to be undone.
|
|
|
|
|
|
Return the undo command menu item text for the last (next one to be done) command. |
|
Return the redo command menu item text for the last (next one to be done) command. |
|
Return the undo menu item text.
|
|
Return the redo menu item text.
|
|
Return the can't undo menu item text.
|
|
Return the can't redo menu item text.
|
|
Clear both undo and redo list of commands. |
|
Clear the redo list of commands. |
|
Clear the undo list of commands. |
|
Clear a command from one of our lists of either undo commands or redo commands.
|
|
|
|
|
|
Sets the maximum number of commands to keep in the list of undo / redo commands.
|
|
Sets the text to be used for the undo menu item.
|
|
Sets the text to be used for the redo menu item.
|
|
Sets the text to be used for the can't undo menu item.
|
|
Sets the text to be used for the can't redo menu item.
|
|
Return true if the passed in inCommand is currently in the undo commands list.
|
|
Return true if the passed in inCommand is currently in the redo commands list.
|
|
Return true if we are able to undo our commands. |
|
Return true if we are able to redo our commands. |
|
Tell the current command to undo itself. |
|
Tell the current command to redo itself. |
|
Returns the undo actions list, which contains a list of the actions that can currently be undone.
|
|
Returns the redo actions list, which contains a list of the actions that can currently be redone.
|
|
|
|
Maximum number of commands we maintain. |
|
List of undoable commands. |
|
List of redoable commands. |
|
Undo menu item text. |
|
Redo menu item text. |
|
Can't undo menu item text. |