Qt 4.8
|
Public Functions | |
BounceEase (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 428 of file qeasingcurve.cpp.
|
inline |
Definition at line 430 of file qeasingcurve.cpp.
|
inlinevirtual |
Reimplemented from QEasingCurveFunction.
Definition at line 434 of file qeasingcurve.cpp.
Reimplemented from QEasingCurveFunction.
Definition at line 441 of file qeasingcurve.cpp.