29 #ifndef vtkXRenderWindowTclInteractor_h
30 #define vtkXRenderWindowTclInteractor_h
32 #include "vtkXRenderWindowInteractor.h"
34 class vtkXRenderWindowTclInteractorInternals;
89 vtkXRenderWindowTclInteractorInternals* Internal;
~vtkXRenderWindowTclInteractor()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a TCL event driven interface for a RenderWindow
virtual void Enable()
Enable/Disable interactions.
static vtkXRenderWindowTclInteractor * New()
a simple class to control print indentation
virtual void Start()
This will start a Tcl/Tk event loop that only returns when the user presses the 'q' or 'e' key or whe...
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
Tcl/Tk specific internal timer methods.
virtual int InternalDestroyTimer(int platformTimerId)
Tcl/Tk specific internal timer methods.
virtual void Disable()
Enable/Disable interactions.
virtual void Initialize()
Initializes a Tcl/Tk specific event handler.
vtkXRenderWindowTclInteractor()
an X event driven interface for a RenderWindow