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
qeasingcurve.h File Reference

(f4e0dbdc98a89ca12fd90aa7bd4ec43a7c04b065)

#include <QtCore/qglobal.h>
#include <QtCore/qcompare.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 &stream, const QEasingCurve &easing)
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &stream, QEasingCurve &easing)

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 87 of file qeasingcurve.cpp.

◆ operator<<() [2/2]

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

Definition at line 84 of file qeasingcurve.cpp.

◆ operator>>()

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

Definition at line 88 of file qeasingcurve.cpp.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( easingcurve )