Uses of Enum
io.qt.gui.QPointingDevice.PointerType
-
Uses of QPointingDevice.PointerType in io.qt.gui
Modifier and TypeMethodDescriptionfinal QPointingDevice.PointerType []
QPointingDevice.PointerTypes.flags()
Returns an array of flag objects represented by this PointerTypes.QPointingDevice.getPointerType()
Kotlin property getter.QPointerEvent.pointerType()
QPointingDevice.pointerType()
static QPointingDevice.PointerType
QPointingDevice.PointerType.resolve
(int value) Returns the corresponding enum entry for the given value.static QPointingDevice.PointerType
Returns the enum constant of this type with the specified name.static QPointingDevice.PointerType[]
QPointingDevice.PointerType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQPointingDevice.PointerType.cleared
(QPointingDevice.PointerType e) Excludes other enum entry from a flag of this entry.QPointingDevice.PointerType.combined
(QPointingDevice.PointerType e) Combines this entry with other enum entry.QPointingDevice.PointerTypes.combined
(QPointingDevice.PointerType e) Combines this flags with enum entry.static QPointingDevice.PointerTypes
QPointingDevice.PointerType.flags
(QPointingDevice.PointerType ... values) Creates a newQPointingDevice.PointerTypes
from the entries.QPointingDevice.PointerTypes.setFlag
(QPointingDevice.PointerType e) Sets the flage
QPointingDevice.PointerTypes.setFlag
(QPointingDevice.PointerType e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionPointerTypes
(QPointingDevice.PointerType ... args) Creates a new PointerTypes where the flags inargs
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)