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
ElasticEase Struct Reference
+ Inheritance diagram for ElasticEase:
+ Collaboration diagram for ElasticEase:

Public Member Functions

 ElasticEase (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 888 of file qeasingcurve.cpp.

Constructor & Destructor Documentation

◆ ElasticEase()

ElasticEase::ElasticEase ( QEasingCurve::Type type)
inline

Definition at line 890 of file qeasingcurve.cpp.

Referenced by copy().

+ Here is the caller graph for this function:

Member Function Documentation

◆ copy()

QEasingCurveFunction * ElasticEase::copy ( ) const
inlineoverridevirtual

Reimplemented from QEasingCurveFunction.

Definition at line 894 of file qeasingcurve.cpp.

References ElasticEase(), QEasingCurveFunction::_a, QEasingCurveFunction::_bezierCurves, QEasingCurveFunction::_p, 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: