-
Constructors in io.qt.gui with parameters of type QPointingDevice.PointerType
Constructor |
Description |
PointerTypes(QPointingDevice.PointerType... args) |
Creates a new PointerTypes where the flags in args are set.
|
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) |
|