VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
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
Generated on Thu May 24 2012 22:22:24 for VTK by
1.8.1