|
ParaView
|
UndoElement for ComparativeAnimationCue. More...
#include <vtkSMComparativeAnimationCueUndoElement.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 | SetXMLStates (vtkTypeUInt32 id, vtkPVXMLElement *before, vtkPVXMLElement *after) |
Static Public Member Functions | |
| static vtkSMComparativeAnimationCueUndoElement * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMComparativeAnimationCueUndoElement * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMComparativeAnimationCueUndoElement () | |
| ~vtkSMComparativeAnimationCueUndoElement () | |
Protected Attributes | |
| vtkSmartPointer< vtkPVXMLElement > | BeforeState |
| vtkSmartPointer< vtkPVXMLElement > | AfterState |
| vtkTypeUInt32 | ComparativeAnimationCueID |
UndoElement for ComparativeAnimationCue.
Definition at line 29 of file vtkSMComparativeAnimationCueUndoElement.h.
| vtkSMComparativeAnimationCueUndoElement::vtkSMComparativeAnimationCueUndoElement | ( | ) | [protected] |
| vtkSMComparativeAnimationCueUndoElement::~vtkSMComparativeAnimationCueUndoElement | ( | ) | [protected] |
| static vtkSMComparativeAnimationCueUndoElement* vtkSMComparativeAnimationCueUndoElement::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkSMComparativeAnimationCueUndoElement::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMUndoElement.
| static int vtkSMComparativeAnimationCueUndoElement::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMUndoElement.
| virtual int vtkSMComparativeAnimationCueUndoElement::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMUndoElement.
| static vtkSMComparativeAnimationCueUndoElement* vtkSMComparativeAnimationCueUndoElement::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMUndoElement.
| void vtkSMComparativeAnimationCueUndoElement::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMUndoElement.
| virtual int vtkSMComparativeAnimationCueUndoElement::Undo | ( | ) | [virtual] |
Undo the operation encapsulated by this element.
Implements vtkUndoElement.
| virtual int vtkSMComparativeAnimationCueUndoElement::Redo | ( | ) | [virtual] |
Redo the operation encaspsulated by this element.
Implements vtkUndoElement.
| void vtkSMComparativeAnimationCueUndoElement::SetXMLStates | ( | vtkTypeUInt32 | id, |
| vtkPVXMLElement * | before, | ||
| vtkPVXMLElement * | after | ||
| ) |
Definition at line 45 of file vtkSMComparativeAnimationCueUndoElement.h.
Definition at line 46 of file vtkSMComparativeAnimationCueUndoElement.h.
vtkTypeUInt32 vtkSMComparativeAnimationCueUndoElement::ComparativeAnimationCueID [protected] |
Definition at line 47 of file vtkSMComparativeAnimationCueUndoElement.h.
1.7.5.1