java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.widgets.QGraphicsSceneEvent
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QGraphicsSceneContextMenuEvent
,QGraphicsSceneDragDropEvent
,QGraphicsSceneHelpEvent
,QGraphicsSceneHoverEvent
,QGraphicsSceneMouseEvent
,QGraphicsSceneMoveEvent
,QGraphicsSceneResizeEvent
,QGraphicsSceneWheelEvent
Base class for all graphics view related events
Java wrapper for Qt class QGraphicsSceneEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ConstructorDescriptionSeeQGraphicsSceneEvent::
QGraphicsSceneEvent(QEvent::Type) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
setTimestamp
(long ts) SeeQGraphicsSceneEvent::
setTimestamp(quint64) final void
SeeQGraphicsSceneEvent::
setWidget(QWidget*) final long
toString()
Seeoperator<<(QDebug,
const QGraphicsSceneEvent*) final QWidget
widget()
Methods inherited from class io.qt.core.QEvent
accept, assign, clone, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QGraphicsSceneEvent
See
QGraphicsSceneEvent::
QGraphicsSceneEvent(QEvent::Type)
-
-
Method Details
-
setTimestamp
See
QGraphicsSceneEvent::
setTimestamp(quint64) -
setWidget
See
QGraphicsSceneEvent::
setWidget(QWidget*) -
timestamp
See
QGraphicsSceneEvent::
timestamp()const This function was introduced in Qt 6.2.
-
widget
-
toString
See
operator<<(QDebug,
const QGraphicsSceneEvent*)
-