QtBase  v6.3.1
Public Attributes | List of all members
QScrollerPrivate::ScrollSegment Struct Reference

#include <qscroller_p.h>

Collaboration diagram for QScrollerPrivate::ScrollSegment:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 99 of file qscroller_p.h.

Member Data Documentation

◆ curve

QEasingCurve QScrollerPrivate::ScrollSegment::curve

Definition at line 104 of file qscroller_p.h.

◆ deltaPos

qreal QScrollerPrivate::ScrollSegment::deltaPos

Definition at line 103 of file qscroller_p.h.

◆ deltaTime

qint64 QScrollerPrivate::ScrollSegment::deltaTime

Definition at line 101 of file qscroller_p.h.

◆ startPos

qreal QScrollerPrivate::ScrollSegment::startPos

Definition at line 102 of file qscroller_p.h.

◆ startTime

qint64 QScrollerPrivate::ScrollSegment::startTime

Definition at line 100 of file qscroller_p.h.

◆ stopPos

qreal QScrollerPrivate::ScrollSegment::stopPos

Definition at line 106 of file qscroller_p.h.

◆ stopProgress

qreal QScrollerPrivate::ScrollSegment::stopProgress

Definition at line 105 of file qscroller_p.h.

◆ type

ScrollType QScrollerPrivate::ScrollSegment::type

Definition at line 107 of file qscroller_p.h.


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