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
vtkXRenderWindowTclInteractor::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkXRenderWindowTclInteractor::vtkXRenderWindowTclInteractor
vtkXRenderWindowTclInteractor()
vtkXRenderWindowTclInteractor::Initialize
virtual void Initialize(XtAppContext app)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkXRenderWindowTclInteractor::New
static vtkXRenderWindowTclInteractor * New()
vtkXRenderWindowTclInteractor
a TCL event driven interface for a RenderWindow
Definition: vtkXRenderWindowTclInteractor.h:40
vtkXRenderWindowTclInteractor::~vtkXRenderWindowTclInteractor
~vtkXRenderWindowTclInteractor()
vtkXRenderWindowInteractor
an X event driven interface for a RenderWindow
Definition: vtkXRenderWindowInteractor.h:59
vtkXRenderWindowTclInteractor::Initialize
virtual void Initialize()
vtkXRenderWindowTclInteractor::Enable
virtual void Enable()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkXRenderWindowTclInteractor::Start
virtual void Start()
vtkXRenderWindowTclInteractor::InternalCreateTimer
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
vtkXRenderWindowTclInteractor::Disable
virtual void Disable()
vtkXRenderWindowTclInteractor::InternalDestroyTimer
virtual int InternalDestroyTimer(int platformTimerId)