Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qeasingcurve.h File Reference
#include <QtCore/qglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qobjectdefs.h>
+ Include dependency graph for qeasingcurve.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QEasingCurve
 \inmodule QtCore More...
 

Functions

 QT_REQUIRE_CONFIG (easingcurve)
 
Q_CORE_EXPORT QDebug operator<< (QDebug debug, const QEasingCurve &item)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QEasingCurve &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QEasingCurve &)
 

Function Documentation

◆ operator<<() [1/2]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream stream,
const QEasingCurve easing 
)
related

Definition at line 81 of file qeasingcurve.cpp.

◆ operator<<() [2/2]

Q_CORE_EXPORT QDebug operator<< ( QDebug  debug,
const QEasingCurve item 
)

Definition at line 78 of file qeasingcurve.cpp.

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream stream,
QEasingCurve easing 
)
related

Definition at line 82 of file qeasingcurve.cpp.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( easingcurve  )