Go to the documentation of this file.
36 #ifndef Q_VTK_INTERACTOR_H
37 #define Q_VTK_INTERACTOR_H
39 #include "vtkGUISupportQtModule.h"
43 #include <QtCore/QObject>
45 #include "vtkTDxConfigure.h"
46 #if defined(VTK_USE_TDX) && defined(Q_OS_WIN)
49 #if defined(VTK_USE_TDX) && defined(Q_OS_MAC)
52 #if defined(VTK_USE_TDX) && defined(Q_WS_X11)
75 ContextMenuEvent = vtkCommand::UserEvent + 100,
105 #if defined(VTK_USE_TDX) && defined(Q_WS_X11)
120 #if defined(VTK_USE_TDX) && defined(Q_OS_WIN)
123 #if defined(VTK_USE_TDX) && defined(Q_OS_MAC)
126 #if defined(VTK_USE_TDX) && defined(Q_WS_X11)
virtual void StartListening()
virtual void TerminateApp()
This function is called on 'q','e' keypress if exitmethod is not specified and should be overridden b...
Implementation of vtkTDxDevice on Unix.
Implementation of vtkTDxDevice on Windows.
Implementation of vtkTDxDevice on Mac.
static QVTKInteractor * New()
virtual void Start()
Start the event loop.
virtual void StopListening()
platform-independent render window interaction including picking and frame rate control.
virtual void Initialize()
Prepare for handling events and set the Enabled flag to true.
virtual void TimerEvent(int timerId)
API to access a 3DConnexion input device.
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
Internal methods for creating and destroying timers that must be implemented by subclasses.
virtual int InternalDestroyTimer(int platformTimerId)