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

#include <pqProxyModifiedStateUndoElement.h>

Inheritance diagram for pqProxyModifiedStateUndoElement:
Inheritance graph
[legend]
Collaboration diagram for pqProxyModifiedStateUndoElement:
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 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

Detailed Description

Definition at line 32 of file pqProxyModifiedStateUndoElement.h.


Constructor & Destructor Documentation

pqProxyModifiedStateUndoElement::pqProxyModifiedStateUndoElement ( ) [protected]
pqProxyModifiedStateUndoElement::~pqProxyModifiedStateUndoElement ( ) [protected]

Member Function Documentation

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.

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

Implements vtkUndoElement.

Definition at line 39 of file pqProxyModifiedStateUndoElement.h.

virtual int pqProxyModifiedStateUndoElement::Redo ( ) [inline, virtual]

Redo the operation encaspsulated by this element.

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

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]

Member Data Documentation

Definition at line 62 of file pqProxyModifiedStateUndoElement.h.

Definition at line 63 of file pqProxyModifiedStateUndoElement.h.


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