#include <gcp/operation.h>

Public Member Functions | |
| ModifyOperation (gcp::Document *pDoc, unsigned long ID) | |
| void | Undo () |
| void | Redo () |
Definition at line 208 of file operation.h.
| gcp::ModifyOperation::ModifyOperation | ( | gcp::Document * | pDoc, | |
| unsigned long | ID | |||
| ) |
| pDoc | a document. | |
| ID | a unique operation ID for the document and the session. |
| void gcp::ModifyOperation::Redo | ( | ) | [virtual] |
Redo the modifications represented by this operation.
Implements gcp::Operation.
| void gcp::ModifyOperation::Undo | ( | ) | [virtual] |
Undo the modifications represented by this operation.
Implements gcp::Operation.
1.5.9