vtkSMRemoteObject undo element.
More...
#include <vtkSMRemoteObjectUpdateUndoElement.h>
vtkSMRemoteObject undo element.
This class keeps the before and after state of the RemoteObject in the vtkSMMessage form. It works with any proxy and RemoteObject. It is a very generic undoElement.
Definition at line 34 of file vtkSMRemoteObjectUpdateUndoElement.h.
§ Superclass
§ vtkSMRemoteObjectUpdateUndoElement()
vtkSMRemoteObjectUpdateUndoElement::vtkSMRemoteObjectUpdateUndoElement |
( |
| ) |
|
|
protected |
§ ~vtkSMRemoteObjectUpdateUndoElement()
vtkSMRemoteObjectUpdateUndoElement::~vtkSMRemoteObjectUpdateUndoElement |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkSMRemoteObjectUpdateUndoElement::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkSMRemoteObjectUpdateUndoElement::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkSMRemoteObjectUpdateUndoElement::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkSMRemoteObjectUpdateUndoElement::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ Undo()
virtual int vtkSMRemoteObjectUpdateUndoElement::Undo |
( |
| ) |
|
|
virtual |
Undo the operation encapsulated by this element.
- Returns
- the status of the operation, 1 on success, 0 otherwise.
Implements vtkUndoElement.
§ Redo()
virtual int vtkSMRemoteObjectUpdateUndoElement::Redo |
( |
| ) |
|
|
virtual |
Redo the operation encaspsulated by this element.
- Returns
- the status of the operation, 1 on success, 0 otherwise.
Implements vtkUndoElement.
§ SetProxyLocator()
virtual void vtkSMRemoteObjectUpdateUndoElement::SetProxyLocator |
( |
vtkSMProxyLocator * |
| ) |
|
|
virtual |
Set ProxyLocator to use if any.
§ SetUndoRedoState()
virtual void vtkSMRemoteObjectUpdateUndoElement::SetUndoRedoState |
( |
const vtkSMMessage * |
before, |
|
|
const vtkSMMessage * |
after |
|
) |
| |
|
virtual |
Set the state of the UndoElement.
§ GetGlobalId()
virtual vtkTypeUInt32 vtkSMRemoteObjectUpdateUndoElement::GetGlobalId |
( |
| ) |
|
|
virtual |
§ UpdateState()
int vtkSMRemoteObjectUpdateUndoElement::UpdateState |
( |
const vtkSMMessage * |
state | ) |
|
|
protected |
§ BeforeState
vtkSMMessage* vtkSMRemoteObjectUpdateUndoElement::BeforeState |
§ AfterState
vtkSMMessage* vtkSMRemoteObjectUpdateUndoElement::AfterState |
§ ProxyLocator
The documentation for this class was generated from the following file: