|
ParaView
|
UndoElement for ComparativeAnimationCue. More...
#include <vtkSMComparativeAnimationCueUndoElement.h>


Public Types | |
| typedef vtkSMUndoElement | Superclass |
Public Types inherited from vtkSMUndoElement | |
| typedef vtkUndoElement | Superclass |
Public Types inherited from vtkUndoElement | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | Undo () |
| Undo the operation encapsulated by this element. More... | |
| virtual int | Redo () |
| Redo the operation encaspsulated by this element. More... | |
| void | SetXMLStates (vtkTypeUInt32 id, vtkPVXMLElement *before, vtkPVXMLElement *after) |
Public Member Functions inherited from vtkSMUndoElement | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkSMSession * | GetSession () |
| virtual void | SetSession (vtkSMSession *) |
| virtual vtkSMSessionProxyManager * | GetSessionProxyManager () |
| Return the corresponding ProxyManager if any. More... | |
Public Member Functions inherited from vtkUndoElement | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual bool | Merge (vtkUndoElement *vtkNotUsed(new_element)) |
Called on the older element in the UndoSet to merge with the element being added if both the elements are mergeable. More... | |
| virtual void | SetUndoSetWorkingContext (vtkCollection *workCTX) |
| virtual bool | GetMergeable () |
| Returns if this undo element can be merged with other undo elements. More... | |
Static Public Member Functions | |
| static vtkSMComparativeAnimationCueUndoElement * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMComparativeAnimationCueUndoElement * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkSMUndoElement | |
| static int | IsTypeOf (const char *type) |
| static vtkSMUndoElement * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkUndoElement | |
| static int | IsTypeOf (const char *type) |
| static vtkUndoElement * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMComparativeAnimationCueUndoElement () | |
| ~vtkSMComparativeAnimationCueUndoElement () | |
Protected Member Functions inherited from vtkSMUndoElement | |
| vtkSMUndoElement () | |
| ~vtkSMUndoElement () | |
Protected Member Functions inherited from vtkUndoElement | |
| vtkUndoElement () | |
| ~vtkUndoElement () | |
| virtual void | SetMergeable (bool) |
| Subclasses must set this flag to enable merging of consecutive elements in an UndoSet. More... | |
Protected Attributes | |
| vtkSmartPointer< vtkPVXMLElement > | BeforeState |
| vtkSmartPointer< vtkPVXMLElement > | AfterState |
| vtkTypeUInt32 | ComparativeAnimationCueID |
Protected Attributes inherited from vtkSMUndoElement | |
| vtkWeakPointer< vtkSMSession > | Session |
Protected Attributes inherited from vtkUndoElement | |
| bool | Mergeable |
| Subclasses must set this flag to enable merging of consecutive elements in an UndoSet. More... | |
| vtkCollection * | UndoSetWorkingContext |
| Subclasses must set this flag to enable merging of consecutive elements in an UndoSet. More... | |
UndoElement for ComparativeAnimationCue.
Definition at line 31 of file vtkSMComparativeAnimationCueUndoElement.h.
Definition at line 36 of file vtkSMComparativeAnimationCueUndoElement.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkSMUndoElement.
|
static |
|
virtual |
Reimplemented from vtkSMUndoElement.
|
static |
| void vtkSMComparativeAnimationCueUndoElement::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Undo the operation encapsulated by this element.
Implements vtkUndoElement.
|
virtual |
Redo the operation encaspsulated by this element.
Implements vtkUndoElement.
| void vtkSMComparativeAnimationCueUndoElement::SetXMLStates | ( | vtkTypeUInt32 | id, |
| vtkPVXMLElement * | before, | ||
| vtkPVXMLElement * | after | ||
| ) |
|
protected |
Definition at line 48 of file vtkSMComparativeAnimationCueUndoElement.h.
|
protected |
Definition at line 49 of file vtkSMComparativeAnimationCueUndoElement.h.
|
protected |
Definition at line 50 of file vtkSMComparativeAnimationCueUndoElement.h.
1.8.12