java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QScrollPrepareEvent
- All Implemented Interfaces:
QtObjectInterface
Sent in preparation of scrolling
Java wrapper for Qt class QScrollPrepareEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionQScrollPrepareEvent(QPointF startPos) protectedprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final QPointFfinal QRectFprotected final voidset(QScrollPrepareEvent other) final voidsetContentPos(QPointF pos) final voidsetContentPosRange(QRectF rect) final voidsetViewportSize(QSizeF size) final QPointFstartPos()toString()final QSizeFMethods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QScrollPrepareEvent
-
QScrollPrepareEvent
-
QScrollPrepareEvent
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details