26 #ifndef pqProxyModifiedStateUndoElement_h 27 #define pqProxyModifiedStateUndoElement_h 29 #include "pqCoreModule.h" 39 void PrintSelf(ostream& os, vtkIndent indent);
41 virtual int Undo() {
return this->InternalUndoRedo(
true) ? 1 : 0; }
42 virtual int Redo() {
return this->InternalUndoRedo(
false) ? 1 : 0; }
54 void MadeUninitialized(
pqProxy*);
60 bool InternalUndoRedo(
bool undo);
void PrintSelf(ostream &os, vtkIndent indent)
virtual int Undo()
Undo the operation encapsulated by this element.
This class represents any registered Server Manager proxy.
vtkTypeUInt32 ProxySourceGlobalId
abstract superclass for Server Manager undo elements.
virtual int Redo()
Redo the operation encaspsulated by this element.