- All Implemented Interfaces:
QtObjectInterface
public class QEnterEvent extends QSinglePointEvent
Contains parameters that describe an enter event
Java wrapper for Qt class QEnterEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QEnterEvent(QPointF localPos, QPointF scenePos, QPointF globalPos)
Overloaded constructor forQEnterEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QPointingDevice)
withdevice = io.qt.gui.QPointingDevice.primaryPointingDevice()
.QEnterEvent(QPointF localPos, QPointF scenePos, QPointF globalPos, QPointingDevice device)
protected
QEnterEvent(QEnterEvent arg__1)
protected
QEnterEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QEnterEvent
clone()
QPoint
globalPos()
Deprecated.UseQSinglePointEvent.globalPosition()
insteadint
globalX()
Deprecated.UseQSinglePointEvent.globalPosition()
insteadint
globalY()
Deprecated.UseQSinglePointEvent.globalPosition()
insteadQPointF
localPos()
Deprecated.UseQSinglePointEvent.position()
insteadQPoint
pos()
Deprecated.UseQSinglePointEvent.position()
insteadQPointF
screenPos()
Deprecated.UseQSinglePointEvent.globalPosition()
insteadprotected void
set(QEnterEvent other)
String
toString()
QPointF
windowPos()
Deprecated.UseQSinglePointEvent.scenePosition()
insteadint
x()
Deprecated.UseQSinglePointEvent.position()
insteadint
y()
Deprecated.UseQSinglePointEvent.position()
insteadMethods inherited from class io.qt.gui.QSinglePointEvent
button, buttons, doubleClick, exclusivePointGrabber, globalPosition, invertedScrolling, isBeginEvent, isEndEvent, isUpdateEvent, phaseFlag, position, scenePosition, set, setButton, setButtons, setButtons, setDoubleClick, setExclusivePointGrabber, setInvertedScrolling, setPhaseFlag, setSourceFlag, sourceFlag
Methods inherited from class io.qt.gui.QPointerEvent
addPassiveGrabber, allPointsAccepted, allPointsGrabbed, clearPassiveGrabbers, exclusiveGrabber, passiveGrabbers, point, pointById, pointCount, pointerType, pointingDevice, points, removePassiveGrabber, set, setAccepted, setExclusiveGrabber, setPoint, setTimestamp
Methods inherited from class io.qt.gui.QInputEvent
device, deviceType, modifiers, set, setDevice, setModifiers, setModifiers, timestamp
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, spontaneous, type
-
Constructor Details
-
QEnterEvent
-
QEnterEvent
Overloaded constructor for
QEnterEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QPointingDevice)
withdevice = io.qt.gui.QPointingDevice.primaryPointingDevice()
. -
QEnterEvent
-
QEnterEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
globalPos
Deprecated.UseQSinglePointEvent.globalPosition()
instead -
globalX
Deprecated.UseQSinglePointEvent.globalPosition()
instead -
globalY
Deprecated.UseQSinglePointEvent.globalPosition()
instead -
localPos
Deprecated.UseQSinglePointEvent.position()
instead -
set
-
pos
Deprecated.UseQSinglePointEvent.position()
instead -
screenPos
Deprecated.UseQSinglePointEvent.globalPosition()
instead -
windowPos
Deprecated.UseQSinglePointEvent.scenePosition()
instead -
x
Deprecated.UseQSinglePointEvent.position()
instead -
y
Deprecated.UseQSinglePointEvent.position()
instead -
clone
- Overrides:
clone
in classQSinglePointEvent
-
toString
- Overrides:
toString
in classQSinglePointEvent
-