VTK
vtkTDxQtUnixDevices.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkActor.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 =========================================================================*/
25 #ifndef vtkTDxQtUnixDevices_h
26 #define vtkTDxQtUnixDevices_h
27 
28 #include "vtkGUISupportQtModule.h" // For export macro
29 #include <QObject>
30 #include "QVTKWin32Header.h" // for VTKGUISUPPORTQT_EXPORT
31 #include "vtkTDxUnixDevice.h" // required for vtkTDxUnixDeviceXEvent
32 
33 class vtkTDxQtUnixDevicesPrivate;
34 
36 {
37  Q_OBJECT
38 public:
41 
44  void ProcessEvent(vtkTDxUnixDeviceXEvent *e);
45 
46 signals:
50  void CreateDevice(vtkTDxDevice *device);
51 
52 protected:
53 
54  vtkTDxQtUnixDevicesPrivate *Private;
55 
56 private:
57  vtkTDxQtUnixDevices(const vtkTDxQtUnixDevices&); // Not implemented.
58  void operator=(const vtkTDxQtUnixDevices&); // Not implemented.
59 };
60 
61 #endif
void vtkTDxUnixDeviceXEvent
vtkTDxQtUnixDevicesPrivate * Private
#define VTKGUISUPPORTQT_EXPORT
Manage a list vtkTDXUnixDevice(s).
API to access a 3DConnexion input device.
Definition: vtkTDxDevice.h:36