#include <ref.h>

Public Member Functions |
|
| CoreExport | DeletedRestore () |
| CoreExport | DeletedRestore (RefMakerHandle an) |
| CoreExport | ~DeletedRestore () |
| CoreExport void | Restore (int isUndo) |
| CoreExport void | Redo () |
| CoreExport MSTR | Description () |
| CoreExport DeletedRestore | ( | ) |
| CoreExport DeletedRestore | ( | RefMakerHandle | an | ) |
| CoreExport ~DeletedRestore | ( | ) |
| CoreExport 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.
| CoreExport void Redo | ( | ) | [virtual] |
Implements RestoreObj.
| CoreExport MSTR Description | ( | ) | [virtual] |
Reimplemented from RestoreObj.