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
src_corelib_animation_qvariantanimation.cpp File Reference

(20364bb611116dd918c0f5259184e9b37ddd1e71)

#include <QVariantAnimation>
#include <QColor>
Include dependency graph for src_corelib_animation_qvariantanimation.cpp:

Go to the source code of this file.

Functions

QVariant myColorInterpolator (const QColor &start, const QColor &end, qreal progress)
 [0]
void someFunc ()
 [10]
QVariant myInterpolator (const QVariant &from, const QVariant &to, qreal progress)
 [0]

Function Documentation

◆ myColorInterpolator()

QVariant myColorInterpolator ( const QColor & start,
const QColor & end,
qreal progress )

[0]

Definition at line 8 of file src_corelib_animation_qvariantanimation.cpp.

◆ myInterpolator()

QVariant myInterpolator ( const QVariant & from,
const QVariant & to,
qreal progress )

[0]

[1]

◆ someFunc()

void someFunc ( )

[10]

Definition at line 14 of file src_corelib_animation_qvariantanimation.cpp.