#include <mxsobjects.h>

Public Member Functions |
|
| ConvertToRestore (BOOL onlyForRedo=FALSE) | |
| void | Restore (int isUndo) |
| void | Redo () |
| MSTR | Description () |
| ConvertToRestore | ( | BOOL | onlyForRedo =
FALSE |
) | [inline] |
{ this->onlyForRedo = onlyForRedo; }
| 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 | ( | ) | [inline, virtual] |
Reimplemented from RestoreObj.
{return MSTR(_M("convertTo()"));}