|
ParaView
|
abstract superclass for Server Manager undo elements. More...
#include <vtkSMUndoElement.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkSMSession * | GetSession () |
| virtual void | SetSession (vtkSMSession *) |
| virtual vtkSMSessionProxyManager * | GetSessionProxyManager () |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkSMUndoElement * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMUndoElement () | |
| ~vtkSMUndoElement () | |
Protected Attributes | |
| vtkWeakPointer< vtkSMSession > | Session |
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.
| vtkSMUndoElement::vtkSMUndoElement | ( | ) | [protected] |
| vtkSMUndoElement::~vtkSMUndoElement | ( | ) | [protected] |
| 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.
vtkWeakPointer<vtkSMSession> vtkSMUndoElement::Session [protected] |
Definition at line 51 of file vtkSMUndoElement.h.
1.7.5.1