VTK
vtkXRenderWindowTclInteractor.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkXRenderWindowTclInteractor.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
31 #ifndef vtkXRenderWindowTclInteractor_h
32 #define vtkXRenderWindowTclInteractor_h
33 
34 #include "vtkRenderingOpenGLModule.h" // For export macro
36 
37 class vtkXRenderWindowTclInteractorInternals;
38 
40 {
41 public:
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
47  virtual void Initialize();
48 
51  virtual void Initialize(XtAppContext app);
52 
54 
61  virtual void Enable();
62  virtual void Disable();
64 
68  virtual void Start();
69 
70 protected:
73 
75 
77  virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration);
78  virtual int InternalDestroyTimer(int platformTimerId);
80 
81 private:
82  vtkXRenderWindowTclInteractorInternals* Internal;
83 
85  void operator=(const vtkXRenderWindowTclInteractor&); // Not implemented.
86 };
87 
88 #endif
a TCL event driven interface for a RenderWindow
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKRENDERINGOPENGL_EXPORT
virtual int InternalDestroyTimer(int platformTimerId)
static vtkXRenderWindowInteractor * New()
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
an X event driven interface for a RenderWindow
vtkXRenderWindowInteractorInternals * Internal
void PrintSelf(ostream &os, vtkIndent indent)