QtBase  v6.3.1
Functions
src_corelib_animation_qvariantanimation.cpp File Reference

Go to the source code of this file.

Functions

QVariant myColorInterpolator (const QColor &start, const QColor &end, qreal progress)
 [0] More...
 
 qRegisterAnimationInterpolator< QColor > (myColorInterpolator)
 
QVariant myInterpolator (const QVariant &from, const QVariant &to, qreal progress)
 [0] More...
 

Function Documentation

◆ myColorInterpolator()

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

[0]

Definition at line 52 of file src_corelib_animation_qvariantanimation.cpp.

◆ myInterpolator()

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

[0]

[1]

◆ qRegisterAnimationInterpolator< QColor >()

Here is the caller graph for this function: