Uses of Enum
io.qt.core.Qt.MouseEventSource
-
Uses of Qt.MouseEventSource in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.MouseEventSource
Qt.MouseEventSource.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.MouseEventSource
Returns the enum constant of this type with the specified name.static Qt.MouseEventSource[]
Qt.MouseEventSource.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.MouseEventSource in io.qt.gui
Modifier and TypeMethodDescriptionfinal Qt.MouseEventSource
QMouseEvent.source()
final Qt.MouseEventSource
QWheelEvent.source()
ModifierConstructorDescriptionQMouseEvent
(QEvent.Type type, QPointF localPos, QPointF windowPos, QPointF screenPos, Qt.MouseButton button, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.MouseEventSource source) QWheelEvent
(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt.Orientation qt4Orientation, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase, Qt.MouseEventSource source) Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and invertedQWheelEvent
(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt.Orientation qt4Orientation, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase, Qt.MouseEventSource source, boolean inverted) Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and invertedQWheelEvent
(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase, boolean inverted, Qt.MouseEventSource source) -
Uses of Qt.MouseEventSource in io.qt.widgets
Modifier and TypeMethodDescriptionfinal void
QGraphicsSceneMouseEvent.setSource
(Qt.MouseEventSource source)