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
ConstructorsConstructorDescriptionSeeQGraphicsSceneEvent::QGraphicsSceneEvent(QEvent::Type) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidsetTimestamp(long ts) SeeQGraphicsSceneEvent::setTimestamp(quint64) final voidSeeQGraphicsSceneEvent::setWidget(QWidget*) final longtoString()Seeoperator<<(QDebug,const QGraphicsSceneEvent*) final QWidgetwidget()Methods inherited from class io.qt.core.QEvent
accept, assign, clone, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QGraphicsSceneEvent
See
QGraphicsSceneEvent::QGraphicsSceneEvent(QEvent::Type)
-
-
Method Details