![]() |
Qt 4.8
|
Public Functions | |
| BackEase (Type type) | |
| QEasingCurveFunction * | copy () const |
| qreal | value (qreal t) |
Public Functions inherited from QEasingCurveFunction | |
| bool | operator== (const QEasingCurveFunction &other) |
| QEasingCurveFunction (QEasingCurveFunction::Type type=In, qreal period=0.3, qreal amplitude=1.0, qreal overshoot=1.70158) | |
| virtual | ~QEasingCurveFunction () |
Additional Inherited Members | |
Public Types inherited from QEasingCurveFunction | |
| enum | Type { In, Out, InOut, OutIn } |
Public Variables inherited from QEasingCurveFunction | |
| qreal | _a |
| qreal | _o |
| qreal | _p |
| Type | _t |
Definition at line 459 of file qeasingcurve.cpp.
|
inline |
Definition at line 461 of file qeasingcurve.cpp.
|
inlinevirtual |
Reimplemented from QEasingCurveFunction.
Definition at line 465 of file qeasingcurve.cpp.
Reimplemented from QEasingCurveFunction.
Definition at line 472 of file qeasingcurve.cpp.