Uses of Enum
io.qt.gui.QPointingDevice.PointerType
Packages that use QPointingDevice.PointerType
-
Uses of QPointingDevice.PointerType in io.qt.gui
Methods in io.qt.gui that return QPointingDevice.PointerTypeModifier and TypeMethodDescriptionfinal QPointingDevice.PointerType[]
QPointingDevice.PointerTypes.flags()
Returns an array of flag objects represented by this PointerTypes.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.Methods in io.qt.gui with parameters of type QPointingDevice.PointerTypeModifier and TypeMethodDescriptionQPointingDevice.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
Constructors in io.qt.gui with parameters of type QPointingDevice.PointerTypeModifierConstructorDescriptionPointerTypes
(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)