#include <gcp/operation.h>
Public Member Functions | |
DeleteOperation (gcp::Document *pDoc, unsigned long ID) | |
void | Undo () |
void | Redo () |
Definition at line 182 of file operation.h.
gcp::DeleteOperation::DeleteOperation | ( | gcp::Document * | pDoc, | |
unsigned long | ID | |||
) |
pDoc | a document. | |
ID | a unique operation ID for the document and the session. |
void gcp::DeleteOperation::Redo | ( | ) | [virtual] |
Redo the deletions represented by this operation.
Implements gcp::Operation.
void gcp::DeleteOperation::Undo | ( | ) | [virtual] |
Undo the deletions represented by this operation.
Implements gcp::Operation.