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
QQuickTimeLinePrivate::TimeLine Struct Reference
Collaboration diagram for QQuickTimeLinePrivate::TimeLine:

Public Member Functions

 TimeLine ()
 TimeLine ()

Public Attributes

QList< Opops
int length = 0
int consumedOpLength = 0
qreal base = 0.

Detailed Description

Definition at line 73 of file qquicktimeline.cpp.

Constructor & Destructor Documentation

◆ TimeLine() [1/2]

QQuickTimeLinePrivate::TimeLine::TimeLine ( )
inline

Definition at line 75 of file qquicktimeline.cpp.

Referenced by QQuickTimeLinePrivate::add().

Here is the caller graph for this function:

◆ TimeLine() [2/2]

QQuickTimeLinePrivate::TimeLine::TimeLine ( )
inline

Definition at line 75 of file qquicktimeline.cpp.

Member Data Documentation

◆ base

qreal QQuickTimeLinePrivate::TimeLine::base = 0.

Definition at line 79 of file qquicktimeline.cpp.

◆ consumedOpLength

int QQuickTimeLinePrivate::TimeLine::consumedOpLength = 0

Definition at line 78 of file qquicktimeline.cpp.

Referenced by QQuickTimeLinePrivate::advance().

◆ length

int QQuickTimeLinePrivate::TimeLine::length = 0

◆ ops

QList< Op > QQuickTimeLinePrivate::TimeLine::ops

Definition at line 76 of file qquicktimeline.cpp.


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