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

Public Member Functions

 Update (QQuickTimeLineValue *_g, qreal _v)
 Update (const QQuickTimeLineCallback &_e)
 Update (QQuickTimeLineValue *_g, qreal _v)
 Update (const QQuickTimeLineCallback &_e)

Public Attributes

QQuickTimeLineValueg
qreal v
QQuickTimeLineCallback e

Detailed Description

Definition at line 24 of file qquicktimeline.cpp.

Constructor & Destructor Documentation

◆ Update() [1/4]

Update::Update ( QQuickTimeLineValue * _g,
qreal _v )
inline

Definition at line 25 of file qquicktimeline.cpp.

References Update(), and g.

Referenced by Update().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Update() [2/4]

Update::Update ( const QQuickTimeLineCallback & _e)
inline

Definition at line 27 of file qquicktimeline.cpp.

References Update(), and g.

Referenced by Update().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Update() [3/4]

Update::Update ( QQuickTimeLineValue * _g,
qreal _v )
inline

Definition at line 25 of file qquicktimeline.cpp.

◆ Update() [4/4]

Update::Update ( const QQuickTimeLineCallback & _e)
inline

Definition at line 27 of file qquicktimeline.cpp.

Member Data Documentation

◆ e

Definition at line 32 of file qquicktimeline.cpp.

◆ g

QQuickTimeLineValue * Update::g

Definition at line 30 of file qquicktimeline.cpp.

Referenced by Update(), Update(), and QQuickTimeLinePrivate::advance().

◆ v

qreal Update::v

Definition at line 31 of file qquicktimeline.cpp.


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