java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QScrollEvent
- All Implemented Interfaces:
QtObjectInterface
Sent when scrolling
Java wrapper for Qt class QScrollEvent
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type -
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionQScrollEvent(QPointF contentPos, QPointF overshoot, QScrollEvent.ScrollState scrollState) QScrollEvent(QPointF contentPos, QPoint overshoot, QScrollEvent.ScrollState scrollState) Overloaded constructor forQScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState).QScrollEvent(QPoint contentPos, QPointF overshoot, QScrollEvent.ScrollState scrollState) Overloaded constructor forQScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState).QScrollEvent(QPoint contentPos, QPoint overshoot, QScrollEvent.ScrollState scrollState) Overloaded constructor forQScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState).protectedQScrollEvent(QScrollEvent arg__1) -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidassign(QScrollEvent other) SeeQScrollEvent::operator=(QScrollEvent) clone()final QPointFfinal QPointFfinal QScrollEvent.ScrollStateprotected final voidset(QScrollEvent other) Deprecated.Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QScrollEvent
-
QScrollEvent
-
QScrollEvent
Overloaded constructor for
QScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState). -
QScrollEvent
Overloaded constructor for
QScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState). -
QScrollEvent
Overloaded constructor for
QScrollEvent(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QScrollEvent.ScrollState).
-
-
Method Details
-
contentPos
-
assign
See
QScrollEvent::operator=(QScrollEvent) -
overshootDistance
-
scrollState
-
clone
-
set
Deprecated.Useassign(io.qt.gui.QScrollEvent)instead.
-
assign(io.qt.gui.QScrollEvent)instead.