Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 
- 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
 

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 923 of file qeasingcurve.cpp.

Constructor & Destructor Documentation

◆ BounceEase()

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

Definition at line 925 of file qeasingcurve.cpp.

Referenced by copy().

+ Here is the caller graph for this function:

Member Function Documentation

◆ copy()

QEasingCurveFunction * BounceEase::copy ( ) const
inlineoverridevirtual

Reimplemented from QEasingCurveFunction.

Definition at line 929 of file qeasingcurve.cpp.

References BounceEase(), QEasingCurveFunction::_a, QEasingCurveFunction::_bezierCurves, QEasingCurveFunction::_t, and QEasingCurveFunction::_tcbPoints.

+ Here is the call graph for this function:

◆ value()


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