Inheritance diagram for CP_UndoPolicy_None:
Public Member Functions | |
Constructor / Destructor | |
CP_UndoPolicy_None () | |
Constructor. | |
virtual | ~CP_UndoPolicy_None () throw () |
Destructor. | |
Menu Status | |
void | UpdateUndoMenuStatus (CP_CommandStatus &inOutCommandStatus, bool &inOutResult, CP_CommandNo &inCommand) |
void | UpdateRedoMenuStatus (CP_CommandStatus &inOutCommandStatus, bool &inOutResult, CP_CommandNo &inCommand) |
Commands | |
void | HandlePostCommand (CP_Action *inCommand) |
void | HandleUndoCommand (OSStatus &inOutStatus) |
void | HandleRedoCommand (OSStatus &inOutStatus) |
|
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.
|
|
|
|
|