java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.widgets.QGraphicsSceneEvent
io.qt.widgets.QGraphicsSceneHelpEvent
- All Implemented Interfaces:
QtObjectInterface
public class QGraphicsSceneHelpEvent extends QGraphicsSceneEvent
Events when a tooltip is requested
Java wrapper for Qt class QGraphicsSceneHelpEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QGraphicsSceneHelpEvent()
Overloaded constructor forQGraphicsSceneHelpEvent(io.qt.core.QEvent.Type)
withtype = io.qt.core.QEvent.Type.None
.QGraphicsSceneHelpEvent(QEvent.Type type)
protected
QGraphicsSceneHelpEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QPointF
scenePos()
QPoint
screenPos()
void
setScenePos(QPointF pos)
void
setScreenPos(QPoint pos)
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QGraphicsSceneHelpEvent
public QGraphicsSceneHelpEvent()Overloaded constructor for
QGraphicsSceneHelpEvent(io.qt.core.QEvent.Type)
withtype = io.qt.core.QEvent.Type.None
. -
QGraphicsSceneHelpEvent
-
QGraphicsSceneHelpEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
scenePos
-
screenPos
-
setScenePos
-
setScreenPos
-
toString
- Overrides:
toString
in classQGraphicsSceneEvent
-