#include <mxsobjects.h>
Public Member Functions |
|
| ScripterExport | AssignControllerRestore (BOOL p) |
| void | Restore (int isUndo) |
| void | Redo () |
| MSTR | Description () |
| ScripterExport AssignControllerRestore | ( | BOOL | p | ) |
| void Restore | ( | int | isUndo | ) | [virtual] |
| isUndo | Nonzero if Restore() is being called in response to the Undo command; otherwise zero. If isUndo is nonzero, the developer needs to save whatever data they need to allow the user to redo the operation. |
Implements RestoreObj.
| void Redo | ( | ) | [virtual] |
Implements RestoreObj.
| MSTR Description | ( | ) | [virtual] |
Reimplemented from RestoreObj.