|
ParaView
|
#include <pqProxyModifiedStateUndoElement.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | Undo () |
| virtual int | Redo () |
| void | MadeUnmodified (pqProxy *) |
| Use this to initialize the element if the pqProxy was marked as UNMODIFIED. | |
| void | MadeUninitialized (pqProxy *) |
| Use this to initialize the element if the pqProxy was marked as UNINITIALIZED. | |
Static Public Member Functions | |
| static pqProxyModifiedStateUndoElement * | New () |
| static int | IsTypeOf (const char *type) |
| static pqProxyModifiedStateUndoElement * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| pqProxyModifiedStateUndoElement () | |
| ~pqProxyModifiedStateUndoElement () | |
| bool | InternalUndoRedo (bool undo) |
Protected Attributes | |
| vtkTypeUInt32 | ProxySourceGlobalId |
| bool | Reverse |
Definition at line 32 of file pqProxyModifiedStateUndoElement.h.
| pqProxyModifiedStateUndoElement::pqProxyModifiedStateUndoElement | ( | ) | [protected] |
| pqProxyModifiedStateUndoElement::~pqProxyModifiedStateUndoElement | ( | ) | [protected] |
| static pqProxyModifiedStateUndoElement* pqProxyModifiedStateUndoElement::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* pqProxyModifiedStateUndoElement::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMUndoElement.
| static int pqProxyModifiedStateUndoElement::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMUndoElement.
| virtual int pqProxyModifiedStateUndoElement::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMUndoElement.
| static pqProxyModifiedStateUndoElement* pqProxyModifiedStateUndoElement::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMUndoElement.
| void pqProxyModifiedStateUndoElement::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMUndoElement.
| virtual int pqProxyModifiedStateUndoElement::Undo | ( | ) | [inline, virtual] |
Undo the operation encapsulated by this element.
Implements vtkUndoElement.
Definition at line 39 of file pqProxyModifiedStateUndoElement.h.
| virtual int pqProxyModifiedStateUndoElement::Redo | ( | ) | [inline, virtual] |
Redo the operation encaspsulated by this element.
Implements vtkUndoElement.
Definition at line 43 of file pqProxyModifiedStateUndoElement.h.
| void pqProxyModifiedStateUndoElement::MadeUnmodified | ( | pqProxy * | ) |
Use this to initialize the element if the pqProxy was marked as UNMODIFIED.
| void pqProxyModifiedStateUndoElement::MadeUninitialized | ( | pqProxy * | ) |
Use this to initialize the element if the pqProxy was marked as UNINITIALIZED.
| bool pqProxyModifiedStateUndoElement::InternalUndoRedo | ( | bool | undo | ) | [protected] |
vtkTypeUInt32 pqProxyModifiedStateUndoElement::ProxySourceGlobalId [protected] |
Definition at line 62 of file pqProxyModifiedStateUndoElement.h.
bool pqProxyModifiedStateUndoElement::Reverse [protected] |
Definition at line 63 of file pqProxyModifiedStateUndoElement.h.
1.7.5.1