|
ParaView
|
builder server manager undo sets for render view interactions and pushes them on the undo stack. More...
#include <vtkSMInteractionUndoStackBuilder.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Clear () |
| void | StartInteraction () |
| void | EndInteraction () |
| void | SetRenderView (vtkSMRenderViewProxy *) |
| virtual vtkSMRenderViewProxy * | GetRenderView () |
| virtual vtkSMUndoStack * | GetUndoStack () |
| virtual void | SetUndoStack (vtkSMUndoStack *) |
Static Public Member Functions | |
| static vtkSMInteractionUndoStackBuilder * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMInteractionUndoStackBuilder * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMInteractionUndoStackBuilder () | |
| ~vtkSMInteractionUndoStackBuilder () | |
| void | ExecuteEvent (vtkObject *caller, unsigned long event, void *data) |
| void | PropertyModified (const char *pname) |
Protected Attributes | |
| vtkSMRenderViewProxy * | RenderView |
| vtkSMUndoStack * | UndoStack |
| vtkUndoSet * | UndoSet |
Friends | |
| class | vtkSMInteractionUndoStackBuilderObserver |
builder server manager undo sets for render view interactions and pushes them on the undo stack.
vtkSMInteractionUndoStackBuilder specializes in interaction. This class can create undo elements for only one render view at a time.
Definition at line 34 of file vtkSMInteractionUndoStackBuilder.h.
| vtkSMInteractionUndoStackBuilder::vtkSMInteractionUndoStackBuilder | ( | ) | [protected] |
| vtkSMInteractionUndoStackBuilder::~vtkSMInteractionUndoStackBuilder | ( | ) | [protected] |
| static vtkSMInteractionUndoStackBuilder* vtkSMInteractionUndoStackBuilder::New | ( | ) | [static] |
Reimplemented from vtkSMObject.
| virtual const char* vtkSMInteractionUndoStackBuilder::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMObject.
| static int vtkSMInteractionUndoStackBuilder::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMObject.
| virtual int vtkSMInteractionUndoStackBuilder::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMObject.
| static vtkSMInteractionUndoStackBuilder* vtkSMInteractionUndoStackBuilder::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMObject.
| void vtkSMInteractionUndoStackBuilder::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMObject.
| void vtkSMInteractionUndoStackBuilder::SetRenderView | ( | vtkSMRenderViewProxy * | ) |
Get/Set the render view proxy for which we are monitoring the interactions.
| virtual vtkSMRenderViewProxy* vtkSMInteractionUndoStackBuilder::GetRenderView | ( | ) | [virtual] |
Get/Set the render view proxy for which we are monitoring the interactions.
| virtual vtkSMUndoStack* vtkSMInteractionUndoStackBuilder::GetUndoStack | ( | ) | [virtual] |
Get/Set the undo stack that this builder will build.
| virtual void vtkSMInteractionUndoStackBuilder::SetUndoStack | ( | vtkSMUndoStack * | ) | [virtual] |
Get/Set the undo stack that this builder will build.
| void vtkSMInteractionUndoStackBuilder::Clear | ( | ) |
Clear the undo set currently being recorded.
| void vtkSMInteractionUndoStackBuilder::StartInteraction | ( | ) |
Called to record the state at the beginning of an interaction. Usually, this method isn't called directly, since the builder listens to interaction events on the interactor and calls it automatically. May be used when changing the camera programatically.
| void vtkSMInteractionUndoStackBuilder::EndInteraction | ( | ) |
Called to record the state at the end of an interaction and push it on the stack. Usually, this method isn't called directly, since the builder listens to interaction events on the interactor and calls it automatically. May be used when changing the camera programatically.
| void vtkSMInteractionUndoStackBuilder::ExecuteEvent | ( | vtkObject * | caller, |
| unsigned long | event, | ||
| void * | data | ||
| ) | [protected] |
Event handler.
| void vtkSMInteractionUndoStackBuilder::PropertyModified | ( | const char * | pname | ) | [protected] |
friend class vtkSMInteractionUndoStackBuilderObserver [friend] |
Definition at line 86 of file vtkSMInteractionUndoStackBuilder.h.
Definition at line 75 of file vtkSMInteractionUndoStackBuilder.h.
Definition at line 76 of file vtkSMInteractionUndoStackBuilder.h.
vtkUndoSet* vtkSMInteractionUndoStackBuilder::UndoSet [protected] |
Definition at line 77 of file vtkSMInteractionUndoStackBuilder.h.
1.7.5.1