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

Public Member Functions

 BackEase (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 956 of file qeasingcurve.cpp.

Constructor & Destructor Documentation

◆ BackEase()

BackEase::BackEase ( QEasingCurve::Type type)
inline

Definition at line 958 of file qeasingcurve.cpp.

Referenced by copy().

+ Here is the caller graph for this function:

Member Function Documentation

◆ copy()

QEasingCurveFunction * BackEase::copy ( ) const
inlineoverridevirtual

Reimplemented from QEasingCurveFunction.

Definition at line 962 of file qeasingcurve.cpp.

References BackEase(), QEasingCurveFunction::_bezierCurves, QEasingCurveFunction::_o, QEasingCurveFunction::_t, and QEasingCurveFunction::_tcbPoints.

+ Here is the call graph for this function:

◆ value()

qreal BackEase::value ( qreal t)
inlineoverridevirtual

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