-
Constructors in io.qt.gui with parameters of type QInputDevice.DeviceType
Constructor |
Description |
DeviceTypes(QInputDevice.DeviceType... args) |
Creates a new DeviceTypes where the flags in args are set.
|
QInputDevice(String name,
long systemId,
QInputDevice.DeviceType type) |
|
QInputDevice(String name,
long systemId,
QInputDevice.DeviceType type,
String seatName) |
|
QInputDevice(String name,
long systemId,
QInputDevice.DeviceType type,
String seatName,
QObject parent) |
|
QPointingDevice(String name,
long systemId,
QInputDevice.DeviceType devType,
QPointingDevice.PointerType pType,
QInputDevice.Capabilities caps,
int maxPoints,
int buttonCount) |
|
QPointingDevice(String name,
long systemId,
QInputDevice.DeviceType devType,
QPointingDevice.PointerType pType,
QInputDevice.Capabilities caps,
int maxPoints,
int buttonCount,
String seatName) |
|
QPointingDevice(String name,
long systemId,
QInputDevice.DeviceType devType,
QPointingDevice.PointerType pType,
QInputDevice.Capabilities caps,
int maxPoints,
int buttonCount,
String seatName,
QPointingDeviceUniqueId uniqueId) |
|
QPointingDevice(String name,
long systemId,
QInputDevice.DeviceType devType,
QPointingDevice.PointerType pType,
QInputDevice.Capabilities caps,
int maxPoints,
int buttonCount,
String seatName,
QPointingDeviceUniqueId uniqueId,
QObject parent) |
|
-