Uses of Enum
io.qt.gui.QTouchDevice.DeviceType
Packages that use QTouchDevice.DeviceType
-
Uses of QTouchDevice.DeviceType in io.qt.gui
Methods in io.qt.gui that return QTouchDevice.DeviceTypeModifier and TypeMethodDescriptionstatic QTouchDevice.DeviceType
QTouchDevice.DeviceType.resolve
(int value) Returns the corresponding enum entry for the given value.final QTouchDevice.DeviceType
QTouchDevice.type()
static QTouchDevice.DeviceType
Returns the enum constant of this type with the specified name.static QTouchDevice.DeviceType[]
QTouchDevice.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 QTouchDevice.DeviceTypeModifier and TypeMethodDescriptionfinal void
QTouchDevice.setType
(QTouchDevice.DeviceType devType) -
Uses of QTouchDevice.DeviceType in io.qt.test
Methods in io.qt.test with parameters of type QTouchDevice.DeviceTypeModifier and TypeMethodDescriptionstatic QTouchDevice
QTest.createTouchDevice
(QTouchDevice.DeviceType devType)