Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qvariantanimation.h File Reference

(0d09b4f6b9cae84b78d59cecab6d6feb993b112a)

#include <QtCore/qabstractanimation.h>
#include <QtCore/qeasingcurve.h>
#include <QtCore/qlist.h>
#include <QtCore/qpair.h>
#include <QtCore/qvariant.h>
+ Include dependency graph for qvariantanimation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QVariantAnimation
 \inmodule QtCore More...
 

Functions

 QT_REQUIRE_CONFIG (animation)
 
template<typename T >
void qRegisterAnimationInterpolator (QVariant(*func)(const T &from, const T &to, qreal progress))
 

Function Documentation

◆ qRegisterAnimationInterpolator()

template<typename T >
void qRegisterAnimationInterpolator ( QVariant(*)(const T &from, const T &to, qreal progress) func)
related

Definition at line 81 of file qvariantanimation.h.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( animation )