![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>
#include <QtCore/qcompare.h>
#include <QtCore/qlist.h>
#include <QtCore/qobjectdefs.h>
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 QDataStream & | operator<< (QDataStream &stream, const QEasingCurve &easing) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &stream, QEasingCurve &easing) |
Q_CORE_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
const QEasingCurve & | easing ) |
Definition at line 84 of file qeasingcurve.cpp.
Q_CORE_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QEasingCurve & | item ) |
Definition at line 81 of file qeasingcurve.cpp.
Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
QEasingCurve & | easing ) |
Definition at line 85 of file qeasingcurve.cpp.
QT_REQUIRE_CONFIG | ( | easingcurve | ) |