ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
pqProxyModifiedStateUndoElement Class Reference

#include <pqProxyModifiedStateUndoElement.h>

Inherits vtkSMUndoElement.

Public Types

typedef vtkSMUndoElement Superclass
 

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. More...
 
void MadeUninitialized (pqProxy *)
 Use this to initialize the element if the pqProxy was marked as UNINITIALIZED. More...
 

Static Public Member Functions

static pqProxyModifiedStateUndoElementNew ()
 
static int IsTypeOf (const char *type)
 
static pqProxyModifiedStateUndoElementSafeDownCast (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.

Member Typedef Documentation

§ Superclass

Definition at line 36 of file pqProxyModifiedStateUndoElement.h.

Constructor & Destructor Documentation

§ pqProxyModifiedStateUndoElement()

pqProxyModifiedStateUndoElement::pqProxyModifiedStateUndoElement ( )
protected

§ ~pqProxyModifiedStateUndoElement()

pqProxyModifiedStateUndoElement::~pqProxyModifiedStateUndoElement ( )
protected

Member Function Documentation

§ New()

static pqProxyModifiedStateUndoElement* pqProxyModifiedStateUndoElement::New ( )
static

§ GetClassName()

virtual const char* pqProxyModifiedStateUndoElement::GetClassName ( )
virtual

§ IsTypeOf()

static int pqProxyModifiedStateUndoElement::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int pqProxyModifiedStateUndoElement::IsA ( const char *  type)
virtual

§ SafeDownCast()

static pqProxyModifiedStateUndoElement* pqProxyModifiedStateUndoElement::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void pqProxyModifiedStateUndoElement::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ Undo()

virtual int pqProxyModifiedStateUndoElement::Undo ( )
inlinevirtual

Definition at line 39 of file pqProxyModifiedStateUndoElement.h.

§ Redo()

virtual int pqProxyModifiedStateUndoElement::Redo ( )
inlinevirtual

Definition at line 43 of file pqProxyModifiedStateUndoElement.h.

§ MadeUnmodified()

void pqProxyModifiedStateUndoElement::MadeUnmodified ( pqProxy )

Use this to initialize the element if the pqProxy was marked as UNMODIFIED.

§ MadeUninitialized()

void pqProxyModifiedStateUndoElement::MadeUninitialized ( pqProxy )

Use this to initialize the element if the pqProxy was marked as UNINITIALIZED.

§ InternalUndoRedo()

bool pqProxyModifiedStateUndoElement::InternalUndoRedo ( bool  undo)
protected

Member Data Documentation

§ ProxySourceGlobalId

vtkTypeUInt32 pqProxyModifiedStateUndoElement::ProxySourceGlobalId
protected

Definition at line 61 of file pqProxyModifiedStateUndoElement.h.

§ Reverse

bool pqProxyModifiedStateUndoElement::Reverse
protected

Definition at line 62 of file pqProxyModifiedStateUndoElement.h.


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