Uses of Enum
io.qt.gui.QInputDevice.DeviceType
-
Uses of QInputDevice.DeviceType in io.qt.gui
Modifier and TypeMethodDescriptionfinal QInputDevice.DeviceType
QInputEvent.deviceType()
final QInputDevice.DeviceType []
QInputDevice.DeviceTypes.flags()
Returns an array of flag objects represented by this DeviceTypes.static QInputDevice.DeviceType
QInputDevice.DeviceType.resolve
(int value) Returns the corresponding enum entry for the given value.final QInputDevice.DeviceType
QInputDevice.type()
static QInputDevice.DeviceType
Returns the enum constant of this type with the specified name.static QInputDevice.DeviceType[]
QInputDevice.DeviceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQInputDevice.DeviceType.cleared
(QInputDevice.DeviceType e) Excludes other enum entry from a flag of this entry.QInputDevice.DeviceType.combined
(QInputDevice.DeviceType e) Combines this entry with other enum entry.final QInputDevice.DeviceTypes
QInputDevice.DeviceTypes.combined
(QInputDevice.DeviceType e) Combines this flags with enum entry.static QInputDevice.DeviceTypes
QInputDevice.DeviceType.flags
(QInputDevice.DeviceType ... values) Creates a newQInputDevice.DeviceTypes
from the entries.final QInputDevice.DeviceTypes
QInputDevice.DeviceTypes.setFlag
(QInputDevice.DeviceType e) Sets the flage
final QInputDevice.DeviceTypes
QInputDevice.DeviceTypes.setFlag
(QInputDevice.DeviceType e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionDeviceTypes
(QInputDevice.DeviceType ... args) Creates a new DeviceTypes where the flags inargs
are set.QInputDevice
(String name, long systemId, QInputDevice.DeviceType type) QInputDevice
(String name, long systemId, QInputDevice.DeviceType type, String seatName) Overloaded constructor forQInputDevice(java.lang.String, long, io.qt.gui.QInputDevice.DeviceType, java.lang.String, io.qt.core.QObject)
withparent = null
.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) -
Uses of QInputDevice.DeviceType in io.qt.test
Modifier and TypeMethodDescriptionstatic QPointingDevice
QTest.createTouchDevice
(QInputDevice.DeviceType devType) Overloaded function forQTest.createTouchDevice(io.qt.gui.QInputDevice.DeviceType, io.qt.gui.QInputDevice.Capabilities)
withcaps = new io.qt.gui.QInputDevice.Capabilities(1)
.static QPointingDevice
QTest.createTouchDevice
(QInputDevice.DeviceType devType, QInputDevice.Capabilities caps) static QPointingDevice
QTest.createTouchDevice
(QInputDevice.DeviceType devType, QInputDevice.Capability ... caps) Overloaded function forQTest.createTouchDevice(io.qt.gui.QInputDevice.DeviceType, io.qt.gui.QInputDevice.Capabilities)
.