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

abstract superclass for Server Manager undo elements. More...

#include <vtkSMUndoElement.h>

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

Public Types

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 vtkSMSessionGetSession ()
 
virtual void SetSession (vtkSMSession *)
 
virtual vtkSMSessionProxyManagerGetSessionProxyManager ()
 Return the corresponding ProxyManager if any. More...
 
- Public Member Functions inherited from vtkUndoElement
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual int Undo ()=0
 Undo the operation encapsulated by this element. More...
 
virtual int Redo ()=0
 Redo the operation encaspsulated by this element. More...
 
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 int IsTypeOf (const char *type)
 
static vtkSMUndoElementSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkUndoElement
static int IsTypeOf (const char *type)
 
static vtkUndoElementSafeDownCast (vtkObject *o)
 

Protected Member Functions

 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

vtkWeakPointer< vtkSMSessionSession
 
- 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...
 

Detailed Description

abstract superclass for Server Manager undo elements.

Abstract superclass for Server Manager undo elements. This class keeps the session, so undoelement could work accross a set of communication Sessions.

Definition at line 35 of file vtkSMUndoElement.h.

Member Typedef Documentation

◆ Superclass

Definition at line 38 of file vtkSMUndoElement.h.

Constructor & Destructor Documentation

◆ vtkSMUndoElement()

vtkSMUndoElement::vtkSMUndoElement ( )
protected

◆ ~vtkSMUndoElement()

vtkSMUndoElement::~vtkSMUndoElement ( )
protected

Member Function Documentation

◆ GetClassName()

virtual const char* vtkSMUndoElement::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ GetSession()

virtual vtkSMSession* vtkSMUndoElement::GetSession ( )
virtual

◆ SetSession()

virtual void vtkSMUndoElement::SetSession ( vtkSMSession )
virtual

◆ GetSessionProxyManager()

virtual vtkSMSessionProxyManager* vtkSMUndoElement::GetSessionProxyManager ( )
virtual

Return the corresponding ProxyManager if any.

Member Data Documentation

◆ Session

vtkWeakPointer<vtkSMSession> vtkSMUndoElement::Session
protected

Definition at line 55 of file vtkSMUndoElement.h.


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