Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qvariantanimation.h File Reference
#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  )