VTK
dox
opt
build
vtk6-6.3.0+dfsg2
GUISupport
Qt
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
35
class
VTKGUISUPPORTQT_EXPORT
vtkTDxQtUnixDevices
:
public
QObject
36
{
37
Q_OBJECT
38
public
:
39
vtkTDxQtUnixDevices
();
40
~vtkTDxQtUnixDevices
();
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
vtkGUISupportQtModule.h
vtkTDxUnixDeviceXEvent
void vtkTDxUnixDeviceXEvent
Definition:
vtkTDxUnixDevice.h:41
vtkTDxQtUnixDevices::~vtkTDxQtUnixDevices
~vtkTDxQtUnixDevices()
vtkTDxQtUnixDevices::ProcessEvent
void ProcessEvent(vtkTDxUnixDeviceXEvent *e)
vtkTDxQtUnixDevices::CreateDevice
void CreateDevice(vtkTDxDevice *device)
vtkTDxQtUnixDevices::vtkTDxQtUnixDevices
vtkTDxQtUnixDevices()
vtkTDxQtUnixDevices
Manage a list vtkTDXUnixDevice(s).
Definition:
vtkTDxQtUnixDevices.h:36
VTKGUISUPPORTQT_EXPORT
#define VTKGUISUPPORTQT_EXPORT
Definition:
vtkGUISupportQtModule.h:15
vtkTDxDevice
API to access a 3DConnexion input device.
Definition:
vtkTDxDevice.h:37
vtkTDxUnixDevice.h
vtkTDxQtUnixDevices::Private
vtkTDxQtUnixDevicesPrivate * Private
Definition:
vtkTDxQtUnixDevices.h:54
Generated by
1.8.20