Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QScrollerPrivate::ScrollSegment Struct Reference

#include <qscroller_p.h>

Collaboration diagram for QScrollerPrivate::ScrollSegment:

Public Attributes

qint64 startTime
qint64 deltaTime
qreal startPos
qreal deltaPos
QEasingCurve curve
qreal stopProgress
qreal stopPos
ScrollType type

Detailed Description

Definition at line 64 of file qscroller_p.h.

Member Data Documentation

◆ curve

QEasingCurve QScrollerPrivate::ScrollSegment::curve

Definition at line 69 of file qscroller_p.h.

◆ deltaPos

qreal QScrollerPrivate::ScrollSegment::deltaPos

Definition at line 68 of file qscroller_p.h.

◆ deltaTime

qint64 QScrollerPrivate::ScrollSegment::deltaTime

Definition at line 66 of file qscroller_p.h.

◆ startPos

qreal QScrollerPrivate::ScrollSegment::startPos

Definition at line 67 of file qscroller_p.h.

◆ startTime

qint64 QScrollerPrivate::ScrollSegment::startTime

Definition at line 65 of file qscroller_p.h.

◆ stopPos

qreal QScrollerPrivate::ScrollSegment::stopPos

Definition at line 71 of file qscroller_p.h.

◆ stopProgress

qreal QScrollerPrivate::ScrollSegment::stopProgress

Definition at line 70 of file qscroller_p.h.

◆ type

ScrollType QScrollerPrivate::ScrollSegment::type

Definition at line 72 of file qscroller_p.h.


The documentation for this struct was generated from the following file: