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

(a4341827ac17c14541ea69c67c76aaae5a09ddcc)

#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 &, 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 84 of file qeasingcurve.cpp.

◆ operator<<() [2/2]

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

Definition at line 81 of file qeasingcurve.cpp.

◆ operator>>()

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

Definition at line 85 of file qeasingcurve.cpp.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( easingcurve )