ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSMComparativeAnimationCueUndoElement Class Reference

UndoElement for ComparativeAnimationCue. More...

#include <vtkSMComparativeAnimationCueUndoElement.h>

Inheritance diagram for vtkSMComparativeAnimationCueUndoElement:
Inheritance graph
[legend]
Collaboration diagram for vtkSMComparativeAnimationCueUndoElement:
Collaboration graph
[legend]

List of all members.

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< vtkPVXMLElementBeforeState
vtkSmartPointer< vtkPVXMLElementAfterState
vtkTypeUInt32 ComparativeAnimationCueID

Detailed Description

UndoElement for ComparativeAnimationCue.

Definition at line 29 of file vtkSMComparativeAnimationCueUndoElement.h.


Constructor & Destructor Documentation

vtkSMComparativeAnimationCueUndoElement::vtkSMComparativeAnimationCueUndoElement ( ) [protected]
vtkSMComparativeAnimationCueUndoElement::~vtkSMComparativeAnimationCueUndoElement ( ) [protected]

Member Function Documentation

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.

Returns:
the status of the operation, 1 on success, 0 otherwise.

Implements vtkUndoElement.

virtual int vtkSMComparativeAnimationCueUndoElement::Redo ( ) [virtual]

Redo the operation encaspsulated by this element.

Returns:
the status of the operation, 1 on success, 0 otherwise.

Implements vtkUndoElement.

void vtkSMComparativeAnimationCueUndoElement::SetXMLStates ( vtkTypeUInt32  id,
vtkPVXMLElement before,
vtkPVXMLElement after 
)

Member Data Documentation

Definition at line 45 of file vtkSMComparativeAnimationCueUndoElement.h.

Definition at line 46 of file vtkSMComparativeAnimationCueUndoElement.h.

Definition at line 47 of file vtkSMComparativeAnimationCueUndoElement.h.


The documentation for this class was generated from the following file: