ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends
vtkSMInteractionUndoStackBuilder Class Reference

builder server manager undo sets for render view interactions and pushes them on the undo stack. More...

#include <vtkSMInteractionUndoStackBuilder.h>

Inheritance diagram for vtkSMInteractionUndoStackBuilder:
Inheritance graph
[legend]
Collaboration diagram for vtkSMInteractionUndoStackBuilder:
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)
void Clear ()
void StartInteraction ()
void EndInteraction ()
void SetRenderView (vtkSMRenderViewProxy *)
virtual vtkSMRenderViewProxyGetRenderView ()
virtual vtkSMUndoStackGetUndoStack ()
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

vtkSMRenderViewProxyRenderView
vtkSMUndoStackUndoStack
vtkUndoSetUndoSet

Friends

class vtkSMInteractionUndoStackBuilderObserver

Detailed Description

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.


Constructor & Destructor Documentation

vtkSMInteractionUndoStackBuilder::vtkSMInteractionUndoStackBuilder ( ) [protected]
vtkSMInteractionUndoStackBuilder::~vtkSMInteractionUndoStackBuilder ( ) [protected]

Member Function Documentation

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]

Friends And Related Function Documentation

friend class vtkSMInteractionUndoStackBuilderObserver [friend]

Definition at line 86 of file vtkSMInteractionUndoStackBuilder.h.


Member Data Documentation

Definition at line 75 of file vtkSMInteractionUndoStackBuilder.h.

Definition at line 76 of file vtkSMInteractionUndoStackBuilder.h.

Definition at line 77 of file vtkSMInteractionUndoStackBuilder.h.


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