#include <QtCore/qglobal.h>
#include <QtCore/qobjectdefs.h>
Go to the source code of this file.
◆ operator<<() [1/2]
Definition at line 870 of file qeasingcurve.cpp.
static QString fromAscii(const char *, int size=-1)
Returns a QString initialized with the first size characters from the string str. ...
QEasingCurve::EasingFunction func
QEasingCurvePrivate * d_ptr
QEasingCurveFunction * config
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
◆ operator<<() [2/2]
Definition at line 897 of file qeasingcurve.cpp.
902 bool hasConfig = easing.d_ptr->config;
905 stream << easing.d_ptr->config->_p;
906 stream << easing.d_ptr->config->_a;
907 stream << easing.d_ptr->config->_o;
QIntegerForSizeof< void * >::Unsigned quintptr
◆ operator>>()
Definition at line 925 of file qeasingcurve.cpp.
931 easing.setType(type);
944 easing.d_ptr->config = config;
QIntegerForSizeof< void * >::Unsigned quintptr
static QEasingCurveFunction * curveToFunctionObject(QEasingCurve::Type type)
Type
The type of easing curve.
qreal(* EasingFunction)(qreal progress)
This is a typedef for a pointer to a function with the following signature: