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 "vtkXRenderWindowInteractor.h"
35 
36 class vtkXRenderWindowTclInteractorInternals;
37 
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46  virtual void Initialize();
47 
50  virtual void Initialize(XtAppContext app);
51 
53 
60  virtual void Enable();
61  virtual void Disable();
63 
67  virtual void Start();
68 
69 protected:
72 
74 
76  virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration);
77  virtual int InternalDestroyTimer(int platformTimerId);
79 
80 private:
81  vtkXRenderWindowTclInteractorInternals* Internal;
82 
84  void operator=(const vtkXRenderWindowTclInteractor&); // Not implemented.
85 };
86 
87 #endif
void PrintSelf(ostream &os, vtkIndent indent)
a TCL event driven interface for a RenderWindow
static vtkXRenderWindowTclInteractor * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
virtual int InternalDestroyTimer(int platformTimerId)
an X event driven interface for a RenderWindow