Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
BounceEase Struct Reference
Inheritance diagram for BounceEase:
Collaboration diagram for BounceEase:

Public Member Functions

 BounceEase (QEasingCurve::Type type)
QEasingCurveFunctioncopy () const override
qreal value (qreal t) override
 BounceEase (QEasingCurve::Type type)
QEasingCurveFunctioncopy () const override
qreal value (qreal t) override
Public Member Functions inherited from QEasingCurveFunction
 QEasingCurveFunction (QEasingCurve::Type type, qreal period=0.3, qreal amplitude=1.0, qreal overshoot=1.70158)
virtual ~QEasingCurveFunction ()
bool operator== (const QEasingCurveFunction &other) const
 QEasingCurveFunction (QEasingCurve::Type type, qreal period=0.3, qreal amplitude=1.0, qreal overshoot=1.70158)
virtual ~QEasingCurveFunction ()
bool operator== (const QEasingCurveFunction &other) const

Additional Inherited Members

Public Attributes inherited from QEasingCurveFunction
QEasingCurve::Type _t
qreal _p
qreal _a
qreal _o
QList< QPointF_bezierCurves
TCBPoints _tcbPoints

Detailed Description

Definition at line 964 of file qeasingcurve.cpp.

Constructor & Destructor Documentation

◆ BounceEase() [1/2]

BounceEase::BounceEase ( QEasingCurve::Type type)
inline

Definition at line 966 of file qeasingcurve.cpp.

◆ BounceEase() [2/2]

BounceEase::BounceEase ( QEasingCurve::Type type)
inline

Definition at line 966 of file qeasingcurve.cpp.

Member Function Documentation

◆ copy() [1/2]

QEasingCurveFunction * BounceEase::copy ( ) const
inlineoverridevirtual

Reimplemented from QEasingCurveFunction.

Definition at line 970 of file qeasingcurve.cpp.

References QEasingCurveFunction::_tcbPoints.

◆ copy() [2/2]

QEasingCurveFunction * BounceEase::copy ( ) const
inlineoverridevirtual

Reimplemented from QEasingCurveFunction.

Definition at line 970 of file qeasingcurve.cpp.

◆ value() [1/2]

qreal BounceEase::value ( qreal t)
inlineoverridevirtual

Reimplemented from QEasingCurveFunction.

Definition at line 979 of file qeasingcurve.cpp.

◆ value() [2/2]

qreal BounceEase::value ( qreal t)
inlineoverridevirtual

Reimplemented from QEasingCurveFunction.

Definition at line 979 of file qeasingcurve.cpp.


The documentation for this struct was generated from the following file: