Uses of Class
io.qt.gui.QTouchDevice.DeviceType
Package | Description |
---|---|
io.qt.gui | |
io.qt.test |
-
Uses of QTouchDevice.DeviceType in io.qt.gui
Methods in io.qt.gui that return QTouchDevice.DeviceType Modifier and Type Method Description static QTouchDevice.DeviceType
QTouchDevice.DeviceType. resolve(int value)
Returns the corresponding enum entry for the given value.QTouchDevice.DeviceType
QTouchDevice. type()
static QTouchDevice.DeviceType
QTouchDevice.DeviceType. valueOf(String name)
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.DeviceType Modifier and Type Method Description void
QTouchDevice. setType(QTouchDevice.DeviceType devType)
-
Uses of QTouchDevice.DeviceType in io.qt.test
Methods in io.qt.test with parameters of type QTouchDevice.DeviceType Modifier and Type Method Description static QTouchDevice
QTest. createTouchDevice(QTouchDevice.DeviceType devType)