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
QEasingCurvePrivate Class Reference
+ Collaboration diagram for QEasingCurvePrivate:

Public Member Functions

 QEasingCurvePrivate ()
 
 QEasingCurvePrivate (const QEasingCurvePrivate &other)
 
 ~QEasingCurvePrivate ()
 
void setType_helper (QEasingCurve::Type)
 

Public Attributes

QEasingCurve::Type type
 
QEasingCurveFunctionconfig
 
QEasingCurve::EasingFunction func
 

Detailed Description

Definition at line 406 of file qeasingcurve.cpp.

Constructor & Destructor Documentation

◆ QEasingCurvePrivate() [1/2]

QEasingCurvePrivate::QEasingCurvePrivate ( )
inline

Definition at line 409 of file qeasingcurve.cpp.

◆ QEasingCurvePrivate() [2/2]

QEasingCurvePrivate::QEasingCurvePrivate ( const QEasingCurvePrivate & other)
inline

Definition at line 414 of file qeasingcurve.cpp.

◆ ~QEasingCurvePrivate()

QEasingCurvePrivate::~QEasingCurvePrivate ( )
inline

Definition at line 419 of file qeasingcurve.cpp.

References config.

Member Function Documentation

◆ setType_helper()

void QEasingCurvePrivate::setType_helper ( QEasingCurve::Type newType)

Definition at line 1369 of file qeasingcurve.cpp.

References config, curveToFunc(), curveToFunctionObject(), QEasingCurve::Custom, isConfigFunction(), and Q_ASSERT.

Referenced by QEasingCurve::setCustomType(), and QEasingCurve::setType().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ config

◆ func

◆ type


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