29 #ifndef vtkXRenderWindowTclInteractor_h 30 #define vtkXRenderWindowTclInteractor_h 32 #include "vtkRenderingOpenGLModule.h" 35 class vtkXRenderWindowTclInteractorInternals;
53 void Initialize(XtAppContext app) VTK_OVERRIDE;
65 void Enable() VTK_OVERRIDE;
66 void Disable() VTK_OVERRIDE;
74 void Start() VTK_OVERRIDE;
78 ~vtkXRenderWindowTclInteractor();
85 int InternalCreateTimer(
int timerId,
int timerType,
unsigned long duration) VTK_OVERRIDE;
86 int InternalDestroyTimer(
int platformTimerId) VTK_OVERRIDE;
90 vtkXRenderWindowTclInteractorInternals* Internal;
92 vtkXRenderWindowTclInteractor(const vtkXRenderWindowTclInteractor&) VTK_DELETE_FUNCTION;
93 void operator=(const vtkXRenderWindowTclInteractor&) VTK_DELETE_FUNCTION;
void Initialize() override
Initializes the event handlers without an XtAppContext.
a TCL event driven interface for a RenderWindow
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkXRenderWindowInteractor * New()
an X event driven interface for a RenderWindow