|
VTK
9.6.1
|
Manage a list vtkTDXUnixDevice(s). More...
#include <vtkTDxQtUnixDevices.h>
Inherits QObject.
Public Member Functions | |
| vtkTDxQtUnixDevices () | |
| ~vtkTDxQtUnixDevices () | |
| void | CreateDevice (vtkTDxDevice *device) |
| Process X11 event `e'. | |
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 25 of file vtkTDxQtUnixDevices.h.
| vtkTDxQtUnixDevices::vtkTDxQtUnixDevices | ( | ) |
| vtkTDxQtUnixDevices::~vtkTDxQtUnixDevices | ( | ) |
| void vtkTDxQtUnixDevices::CreateDevice | ( | vtkTDxDevice * | device | ) |
Process X11 event `e'.
Create a device and emit signal CreateDevice if it does not exist yet.
Q_SIGNALS: /** 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 48 of file vtkTDxQtUnixDevices.h.