java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.widgets.QGraphicsSceneEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- 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
- Since:
- This class was introduced in Qt 4.2.
-
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
Methods inherited from class io.qt.core.QEvent
accept, assign, clone, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QGraphicsSceneEvent
See
QGraphicsSceneEvent::
QGraphicsSceneEvent(QEvent::Type) - Parameters:
type
-
-
-
Method Details