java.lang.Object
io.qt.internal.QtJambiObject
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
public class QGraphicsSceneEvent extends QEvent
Base class for all graphics view related events
Java wrapper for Qt class QGraphicsSceneEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QGraphicsSceneEvent(QEvent.Type type)
protected
QGraphicsSceneEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QGraphicsSceneEvent
-
QGraphicsSceneEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details