ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
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]

List of all members.

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 ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkSMUndoElementSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMUndoElement ()
 ~vtkSMUndoElement ()

Protected Attributes

vtkWeakPointer< vtkSMSessionSession

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 33 of file vtkSMUndoElement.h.


Constructor & Destructor Documentation

vtkSMUndoElement::vtkSMUndoElement ( ) [protected]
vtkSMUndoElement::~vtkSMUndoElement ( ) [protected]

Member Function Documentation

virtual const char* vtkSMUndoElement::GetClassName ( ) [virtual]
static int vtkSMUndoElement::IsTypeOf ( const char *  type) [static]
virtual int vtkSMUndoElement::IsA ( const char *  type) [virtual]
static vtkSMUndoElement* vtkSMUndoElement::SafeDownCast ( vtkObject o) [static]
void vtkSMUndoElement::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
virtual vtkSMSession* vtkSMUndoElement::GetSession ( ) [virtual]
virtual void vtkSMUndoElement::SetSession ( vtkSMSession ) [virtual]
virtual vtkSMSessionProxyManager* vtkSMUndoElement::GetSessionProxyManager ( ) [virtual]

Return the corresponding ProxyManager if any.


Member Data Documentation

Definition at line 51 of file vtkSMUndoElement.h.


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