Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 63 of file qscroller_p.h.

Member Data Documentation

◆ curve

QEasingCurve QScrollerPrivate::ScrollSegment::curve

Definition at line 68 of file qscroller_p.h.

◆ deltaPos

qreal QScrollerPrivate::ScrollSegment::deltaPos

Definition at line 67 of file qscroller_p.h.

◆ deltaTime

qint64 QScrollerPrivate::ScrollSegment::deltaTime

Definition at line 65 of file qscroller_p.h.

◆ startPos

qreal QScrollerPrivate::ScrollSegment::startPos

Definition at line 66 of file qscroller_p.h.

◆ startTime

qint64 QScrollerPrivate::ScrollSegment::startTime

Definition at line 64 of file qscroller_p.h.

◆ stopPos

qreal QScrollerPrivate::ScrollSegment::stopPos

◆ stopProgress

qreal QScrollerPrivate::ScrollSegment::stopProgress

Definition at line 69 of file qscroller_p.h.

◆ type

ScrollType QScrollerPrivate::ScrollSegment::type

Definition at line 71 of file qscroller_p.h.

Referenced by QScrollerPrivate::scrollingSegmentsValid().


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