Uses of Enum
io.qt.gui.QInputDevice.DeviceType
Packages that use QInputDevice.DeviceType
-
Uses of QInputDevice.DeviceType in io.qt.gui
Methods in io.qt.gui that return QInputDevice.DeviceTypeModifier 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.Methods in io.qt.gui with parameters of type QInputDevice.DeviceTypeModifier 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
Constructors in io.qt.gui with parameters of type QInputDevice.DeviceTypeModifierConstructorDescriptionDeviceTypes
(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
Methods in io.qt.test with parameters of type QInputDevice.DeviceTypeModifier 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)
.