VTK
|
Manage a list vtkTDXUnixDevice(s). More...
#include <vtkTDxQtUnixDevices.h>
Inherits QObject.
Signals | |
void | CreateDevice (vtkTDxDevice *device) |
This signal should be connected to a slot in the QApplication. More... | |
Public Member Functions | |
vtkTDxQtUnixDevices () | |
~vtkTDxQtUnixDevices () | |
void | ProcessEvent (vtkTDxUnixDeviceXEvent *e) |
Process X11 event `e'. More... | |
Protected Attributes | |
vtkTDxQtUnixDevicesPrivate * | Private |
Manage a list vtkTDXUnixDevice(s).
This class is essentially a map between a X11 window id and a vtkTDXUnixDevice. It is uses internally by QVTKApplication.
Definition at line 36 of file vtkTDxQtUnixDevices.h.
vtkTDxQtUnixDevices::vtkTDxQtUnixDevices | ( | ) |
vtkTDxQtUnixDevices::~vtkTDxQtUnixDevices | ( | ) |
void vtkTDxQtUnixDevices::ProcessEvent | ( | vtkTDxUnixDeviceXEvent * | e | ) |
Process X11 event `e'.
Create a device and emit signal CreateDevice if it does not exist yet.
|
signal |
This signal should be connected to a slot in the QApplication.
The slot in the QApplication is supposed to remit this signal. The QVTKOpenGLNativeWidget have slot to receive this signal from the QApplication.
|
protected |
Definition at line 60 of file vtkTDxQtUnixDevices.h.