API reference - Class QEasingCurve

Notation used in Ruby API documentation

Module: QtCore

Description: Binding of QEasingCurve

Sub-classes: Type, QFlags_Type

Public constructors

new QEasingCurvenew(const QEasingCurve_Type type = QEasingCurve::Linear)Constructor QEasingCurve::QEasingCurve(QEasingCurve::Type type)
new QEasingCurvenew(const QEasingCurve other)Constructor QEasingCurve::QEasingCurve(const QEasingCurve &other)

Public methods

[const]bool!=(const QEasingCurve other)Method bool QEasingCurve::operator!=(const QEasingCurve &other)
[const]bool==(const QEasingCurve other)Method bool QEasingCurve::operator==(const QEasingCurve &other)
void_assign(const QEasingCurve other)Assigns another object to self
void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
voidaddCubicBezierSegment(const QPointF c1,
const QPointF c2,
const QPointF endPoint)
Method void QEasingCurve::addCubicBezierSegment(const QPointF &c1, const QPointF &c2, const QPointF &endPoint)
voidaddTCBSegment(const QPointF nextPoint,
double t,
double c,
double b)
Method void QEasingCurve::addTCBSegment(const QPointF &nextPoint, double t, double c, double b)
[const]doubleamplitudeMethod double QEasingCurve::amplitude()
voidamplitude=(double amplitude)Method void QEasingCurve::setAmplitude(double amplitude)
QEasingCurveassign(const QEasingCurve other)Method QEasingCurve &QEasingCurve::operator=(const QEasingCurve &other)
[const]new QEasingCurve ptrdupCreates a copy of self
[const]doubleovershootMethod double QEasingCurve::overshoot()
voidovershoot=(double overshoot)Method void QEasingCurve::setOvershoot(double overshoot)
[const]doubleperiodMethod double QEasingCurve::period()
voidperiod=(double period)Method void QEasingCurve::setPeriod(double period)
voidsetAmplitude(double amplitude)Method void QEasingCurve::setAmplitude(double amplitude)
voidsetOvershoot(double overshoot)Method void QEasingCurve::setOvershoot(double overshoot)
voidsetPeriod(double period)Method void QEasingCurve::setPeriod(double period)
voidsetType(const QEasingCurve_Type type)Method void QEasingCurve::setType(QEasingCurve::Type type)
voidswap(QEasingCurve other)Method void QEasingCurve::swap(QEasingCurve &other)
[const]QPointF[]toCubicSplineMethod QVector<QPointF> QEasingCurve::toCubicSpline()
[const]QEasingCurve_TypetypeMethod QEasingCurve::Type QEasingCurve::type()
voidtype=(const QEasingCurve_Type type)Method void QEasingCurve::setType(QEasingCurve::Type type)
[const]doublevalueForProgress(double progress)Method double QEasingCurve::valueForProgress(double progress)

Public static methods and constants

[static,const]QEasingCurve_TypeBezierSplineEnum constant QEasingCurve::BezierSpline
[static,const]QEasingCurve_TypeCosineCurveEnum constant QEasingCurve::CosineCurve
[static,const]QEasingCurve_TypeCustomEnum constant QEasingCurve::Custom
[static,const]QEasingCurve_TypeInBackEnum constant QEasingCurve::InBack
[static,const]QEasingCurve_TypeInBounceEnum constant QEasingCurve::InBounce
[static,const]QEasingCurve_TypeInCircEnum constant QEasingCurve::InCirc
[static,const]QEasingCurve_TypeInCubicEnum constant QEasingCurve::InCubic
[static,const]QEasingCurve_TypeInCurveEnum constant QEasingCurve::InCurve
[static,const]QEasingCurve_TypeInElasticEnum constant QEasingCurve::InElastic
[static,const]QEasingCurve_TypeInExpoEnum constant QEasingCurve::InExpo
[static,const]QEasingCurve_TypeInOutBackEnum constant QEasingCurve::InOutBack
[static,const]QEasingCurve_TypeInOutBounceEnum constant QEasingCurve::InOutBounce
[static,const]QEasingCurve_TypeInOutCircEnum constant QEasingCurve::InOutCirc
[static,const]QEasingCurve_TypeInOutCubicEnum constant QEasingCurve::InOutCubic
[static,const]QEasingCurve_TypeInOutElasticEnum constant QEasingCurve::InOutElastic
[static,const]QEasingCurve_TypeInOutExpoEnum constant QEasingCurve::InOutExpo
[static,const]QEasingCurve_TypeInOutQuadEnum constant QEasingCurve::InOutQuad
[static,const]QEasingCurve_TypeInOutQuartEnum constant QEasingCurve::InOutQuart
[static,const]QEasingCurve_TypeInOutQuintEnum constant QEasingCurve::InOutQuint
[static,const]QEasingCurve_TypeInOutSineEnum constant QEasingCurve::InOutSine
[static,const]QEasingCurve_TypeInQuadEnum constant QEasingCurve::InQuad
[static,const]QEasingCurve_TypeInQuartEnum constant QEasingCurve::InQuart
[static,const]QEasingCurve_TypeInQuintEnum constant QEasingCurve::InQuint
[static,const]QEasingCurve_TypeInSineEnum constant QEasingCurve::InSine
[static,const]QEasingCurve_TypeLinearEnum constant QEasingCurve::Linear
[static,const]QEasingCurve_TypeNCurveTypesEnum constant QEasingCurve::NCurveTypes
[static,const]QEasingCurve_TypeOutBackEnum constant QEasingCurve::OutBack
[static,const]QEasingCurve_TypeOutBounceEnum constant QEasingCurve::OutBounce
[static,const]QEasingCurve_TypeOutCircEnum constant QEasingCurve::OutCirc
[static,const]QEasingCurve_TypeOutCubicEnum constant QEasingCurve::OutCubic
[static,const]QEasingCurve_TypeOutCurveEnum constant QEasingCurve::OutCurve
[static,const]QEasingCurve_TypeOutElasticEnum constant QEasingCurve::OutElastic
[static,const]QEasingCurve_TypeOutExpoEnum constant QEasingCurve::OutExpo
[static,const]QEasingCurve_TypeOutInBackEnum constant QEasingCurve::OutInBack
[static,const]QEasingCurve_TypeOutInBounceEnum constant QEasingCurve::OutInBounce
[static,const]QEasingCurve_TypeOutInCircEnum constant QEasingCurve::OutInCirc
[static,const]QEasingCurve_TypeOutInCubicEnum constant QEasingCurve::OutInCubic
[static,const]QEasingCurve_TypeOutInElasticEnum constant QEasingCurve::OutInElastic
[static,const]QEasingCurve_TypeOutInExpoEnum constant QEasingCurve::OutInExpo
[static,const]QEasingCurve_TypeOutInQuadEnum constant QEasingCurve::OutInQuad
[static,const]QEasingCurve_TypeOutInQuartEnum constant QEasingCurve::OutInQuart
[static,const]QEasingCurve_TypeOutInQuintEnum constant QEasingCurve::OutInQuint
[static,const]QEasingCurve_TypeOutInSineEnum constant QEasingCurve::OutInSine
[static,const]QEasingCurve_TypeOutQuadEnum constant QEasingCurve::OutQuad
[static,const]QEasingCurve_TypeOutQuartEnum constant QEasingCurve::OutQuart
[static,const]QEasingCurve_TypeOutQuintEnum constant QEasingCurve::OutQuint
[static,const]QEasingCurve_TypeOutSineEnum constant QEasingCurve::OutSine
[static,const]QEasingCurve_TypeSineCurveEnum constant QEasingCurve::SineCurve
[static,const]QEasingCurve_TypeTCBSplineEnum constant QEasingCurve::TCBSpline

Deprecated methods (protected, public, static, non-static and constructors)

voidcreateUse of this method is deprecated. Use _create instead
voiddestroyUse of this method is deprecated. Use _destroy instead
[const]booldestroyed?Use of this method is deprecated. Use _destroyed? instead
[const]boolis_const_object?Use of this method is deprecated. Use _is_const_object? instead

Detailed description

!=

Signature: [const] bool != (const QEasingCurve other)

Description: Method bool QEasingCurve::operator!=(const QEasingCurve &other)

==

Signature: [const] bool == (const QEasingCurve other)

Description: Method bool QEasingCurve::operator==(const QEasingCurve &other)

BezierSpline

Signature: [static,const] QEasingCurve_Type BezierSpline

Description: Enum constant QEasingCurve::BezierSpline

Python specific notes:
The object exposes a readable attribute 'BezierSpline'. This is the getter.

CosineCurve

Signature: [static,const] QEasingCurve_Type CosineCurve

Description: Enum constant QEasingCurve::CosineCurve

Python specific notes:
The object exposes a readable attribute 'CosineCurve'. This is the getter.

Custom

Signature: [static,const] QEasingCurve_Type Custom

Description: Enum constant QEasingCurve::Custom

Python specific notes:
The object exposes a readable attribute 'Custom'. This is the getter.

InBack

Signature: [static,const] QEasingCurve_Type InBack

Description: Enum constant QEasingCurve::InBack

Python specific notes:
The object exposes a readable attribute 'InBack'. This is the getter.

InBounce

Signature: [static,const] QEasingCurve_Type InBounce

Description: Enum constant QEasingCurve::InBounce

Python specific notes:
The object exposes a readable attribute 'InBounce'. This is the getter.

InCirc

Signature: [static,const] QEasingCurve_Type InCirc

Description: Enum constant QEasingCurve::InCirc

Python specific notes:
The object exposes a readable attribute 'InCirc'. This is the getter.

InCubic

Signature: [static,const] QEasingCurve_Type InCubic

Description: Enum constant QEasingCurve::InCubic

Python specific notes:
The object exposes a readable attribute 'InCubic'. This is the getter.

InCurve

Signature: [static,const] QEasingCurve_Type InCurve

Description: Enum constant QEasingCurve::InCurve

Python specific notes:
The object exposes a readable attribute 'InCurve'. This is the getter.

InElastic

Signature: [static,const] QEasingCurve_Type InElastic

Description: Enum constant QEasingCurve::InElastic

Python specific notes:
The object exposes a readable attribute 'InElastic'. This is the getter.

InExpo

Signature: [static,const] QEasingCurve_Type InExpo

Description: Enum constant QEasingCurve::InExpo

Python specific notes:
The object exposes a readable attribute 'InExpo'. This is the getter.

InOutBack

Signature: [static,const] QEasingCurve_Type InOutBack

Description: Enum constant QEasingCurve::InOutBack

Python specific notes:
The object exposes a readable attribute 'InOutBack'. This is the getter.

InOutBounce

Signature: [static,const] QEasingCurve_Type InOutBounce

Description: Enum constant QEasingCurve::InOutBounce

Python specific notes:
The object exposes a readable attribute 'InOutBounce'. This is the getter.

InOutCirc

Signature: [static,const] QEasingCurve_Type InOutCirc

Description: Enum constant QEasingCurve::InOutCirc

Python specific notes:
The object exposes a readable attribute 'InOutCirc'. This is the getter.

InOutCubic

Signature: [static,const] QEasingCurve_Type InOutCubic

Description: Enum constant QEasingCurve::InOutCubic

Python specific notes:
The object exposes a readable attribute 'InOutCubic'. This is the getter.

InOutElastic

Signature: [static,const] QEasingCurve_Type InOutElastic

Description: Enum constant QEasingCurve::InOutElastic

Python specific notes:
The object exposes a readable attribute 'InOutElastic'. This is the getter.

InOutExpo

Signature: [static,const] QEasingCurve_Type InOutExpo

Description: Enum constant QEasingCurve::InOutExpo

Python specific notes:
The object exposes a readable attribute 'InOutExpo'. This is the getter.

InOutQuad

Signature: [static,const] QEasingCurve_Type InOutQuad

Description: Enum constant QEasingCurve::InOutQuad

Python specific notes:
The object exposes a readable attribute 'InOutQuad'. This is the getter.

InOutQuart

Signature: [static,const] QEasingCurve_Type InOutQuart

Description: Enum constant QEasingCurve::InOutQuart

Python specific notes:
The object exposes a readable attribute 'InOutQuart'. This is the getter.

InOutQuint

Signature: [static,const] QEasingCurve_Type InOutQuint

Description: Enum constant QEasingCurve::InOutQuint

Python specific notes:
The object exposes a readable attribute 'InOutQuint'. This is the getter.

InOutSine

Signature: [static,const] QEasingCurve_Type InOutSine

Description: Enum constant QEasingCurve::InOutSine

Python specific notes:
The object exposes a readable attribute 'InOutSine'. This is the getter.

InQuad

Signature: [static,const] QEasingCurve_Type InQuad

Description: Enum constant QEasingCurve::InQuad

Python specific notes:
The object exposes a readable attribute 'InQuad'. This is the getter.

InQuart

Signature: [static,const] QEasingCurve_Type InQuart

Description: Enum constant QEasingCurve::InQuart

Python specific notes:
The object exposes a readable attribute 'InQuart'. This is the getter.

InQuint

Signature: [static,const] QEasingCurve_Type InQuint

Description: Enum constant QEasingCurve::InQuint

Python specific notes:
The object exposes a readable attribute 'InQuint'. This is the getter.

InSine

Signature: [static,const] QEasingCurve_Type InSine

Description: Enum constant QEasingCurve::InSine

Python specific notes:
The object exposes a readable attribute 'InSine'. This is the getter.

Linear

Signature: [static,const] QEasingCurve_Type Linear

Description: Enum constant QEasingCurve::Linear

Python specific notes:
The object exposes a readable attribute 'Linear'. This is the getter.

NCurveTypes

Signature: [static,const] QEasingCurve_Type NCurveTypes

Description: Enum constant QEasingCurve::NCurveTypes

Python specific notes:
The object exposes a readable attribute 'NCurveTypes'. This is the getter.

OutBack

Signature: [static,const] QEasingCurve_Type OutBack

Description: Enum constant QEasingCurve::OutBack

Python specific notes:
The object exposes a readable attribute 'OutBack'. This is the getter.

OutBounce

Signature: [static,const] QEasingCurve_Type OutBounce

Description: Enum constant QEasingCurve::OutBounce

Python specific notes:
The object exposes a readable attribute 'OutBounce'. This is the getter.

OutCirc

Signature: [static,const] QEasingCurve_Type OutCirc

Description: Enum constant QEasingCurve::OutCirc

Python specific notes:
The object exposes a readable attribute 'OutCirc'. This is the getter.

OutCubic

Signature: [static,const] QEasingCurve_Type OutCubic

Description: Enum constant QEasingCurve::OutCubic

Python specific notes:
The object exposes a readable attribute 'OutCubic'. This is the getter.

OutCurve

Signature: [static,const] QEasingCurve_Type OutCurve

Description: Enum constant QEasingCurve::OutCurve

Python specific notes:
The object exposes a readable attribute 'OutCurve'. This is the getter.

OutElastic

Signature: [static,const] QEasingCurve_Type OutElastic

Description: Enum constant QEasingCurve::OutElastic

Python specific notes:
The object exposes a readable attribute 'OutElastic'. This is the getter.

OutExpo

Signature: [static,const] QEasingCurve_Type OutExpo

Description: Enum constant QEasingCurve::OutExpo

Python specific notes:
The object exposes a readable attribute 'OutExpo'. This is the getter.

OutInBack

Signature: [static,const] QEasingCurve_Type OutInBack

Description: Enum constant QEasingCurve::OutInBack

Python specific notes:
The object exposes a readable attribute 'OutInBack'. This is the getter.

OutInBounce

Signature: [static,const] QEasingCurve_Type OutInBounce

Description: Enum constant QEasingCurve::OutInBounce

Python specific notes:
The object exposes a readable attribute 'OutInBounce'. This is the getter.

OutInCirc

Signature: [static,const] QEasingCurve_Type OutInCirc

Description: Enum constant QEasingCurve::OutInCirc

Python specific notes:
The object exposes a readable attribute 'OutInCirc'. This is the getter.

OutInCubic

Signature: [static,const] QEasingCurve_Type OutInCubic

Description: Enum constant QEasingCurve::OutInCubic

Python specific notes:
The object exposes a readable attribute 'OutInCubic'. This is the getter.

OutInElastic

Signature: [static,const] QEasingCurve_Type OutInElastic

Description: Enum constant QEasingCurve::OutInElastic

Python specific notes:
The object exposes a readable attribute 'OutInElastic'. This is the getter.

OutInExpo

Signature: [static,const] QEasingCurve_Type OutInExpo

Description: Enum constant QEasingCurve::OutInExpo

Python specific notes:
The object exposes a readable attribute 'OutInExpo'. This is the getter.

OutInQuad

Signature: [static,const] QEasingCurve_Type OutInQuad

Description: Enum constant QEasingCurve::OutInQuad

Python specific notes:
The object exposes a readable attribute 'OutInQuad'. This is the getter.

OutInQuart

Signature: [static,const] QEasingCurve_Type OutInQuart

Description: Enum constant QEasingCurve::OutInQuart

Python specific notes:
The object exposes a readable attribute 'OutInQuart'. This is the getter.

OutInQuint

Signature: [static,const] QEasingCurve_Type OutInQuint

Description: Enum constant QEasingCurve::OutInQuint

Python specific notes:
The object exposes a readable attribute 'OutInQuint'. This is the getter.

OutInSine

Signature: [static,const] QEasingCurve_Type OutInSine

Description: Enum constant QEasingCurve::OutInSine

Python specific notes:
The object exposes a readable attribute 'OutInSine'. This is the getter.

OutQuad

Signature: [static,const] QEasingCurve_Type OutQuad

Description: Enum constant QEasingCurve::OutQuad

Python specific notes:
The object exposes a readable attribute 'OutQuad'. This is the getter.

OutQuart

Signature: [static,const] QEasingCurve_Type OutQuart

Description: Enum constant QEasingCurve::OutQuart

Python specific notes:
The object exposes a readable attribute 'OutQuart'. This is the getter.

OutQuint

Signature: [static,const] QEasingCurve_Type OutQuint

Description: Enum constant QEasingCurve::OutQuint

Python specific notes:
The object exposes a readable attribute 'OutQuint'. This is the getter.

OutSine

Signature: [static,const] QEasingCurve_Type OutSine

Description: Enum constant QEasingCurve::OutSine

Python specific notes:
The object exposes a readable attribute 'OutSine'. This is the getter.

SineCurve

Signature: [static,const] QEasingCurve_Type SineCurve

Description: Enum constant QEasingCurve::SineCurve

Python specific notes:
The object exposes a readable attribute 'SineCurve'. This is the getter.

TCBSpline

Signature: [static,const] QEasingCurve_Type TCBSpline

Description: Enum constant QEasingCurve::TCBSpline

Python specific notes:
The object exposes a readable attribute 'TCBSpline'. This is the getter.

_assign

Signature: void _assign (const QEasingCurve other)

Description: Assigns another object to self

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

addCubicBezierSegment

Signature: void addCubicBezierSegment (const QPointF c1, const QPointF c2, const QPointF endPoint)

Description: Method void QEasingCurve::addCubicBezierSegment(const QPointF &c1, const QPointF &c2, const QPointF &endPoint)

addTCBSegment

Signature: void addTCBSegment (const QPointF nextPoint, double t, double c, double b)

Description: Method void QEasingCurve::addTCBSegment(const QPointF &nextPoint, double t, double c, double b)

amplitude

Signature: [const] double amplitude

Description: Method double QEasingCurve::amplitude()

Python specific notes:
The object exposes a readable attribute 'amplitude'. This is the getter.

amplitude=

Signature: void amplitude= (double amplitude)

Description: Method void QEasingCurve::setAmplitude(double amplitude)

Python specific notes:
The object exposes a writable attribute 'amplitude'. This is the setter.

assign

Signature: QEasingCurve assign (const QEasingCurve other)

Description: Method QEasingCurve &QEasingCurve::operator=(const QEasingCurve &other)

create

Signature: void create

Description: Ensures the C++ object is created

Use of this method is deprecated. Use _create instead

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

destroy

Signature: void destroy

Description: Explicitly destroys the object

Use of this method is deprecated. Use _destroy instead

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

destroyed?

Signature: [const] bool destroyed?

Description: Returns a value indicating whether the object was already destroyed

Use of this method is deprecated. Use _destroyed? instead

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

dup

Signature: [const] new QEasingCurve ptr dup

Description: Creates a copy of self

Python specific notes:
This method also implements '__copy__' and '__deepcopy__'.

is_const_object?

Signature: [const] bool is_const_object?

Description: Returns a value indicating whether the reference is a const reference

Use of this method is deprecated. Use _is_const_object? instead

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

new

(1) Signature: [static] new QEasingCurve new (const QEasingCurve_Type type = QEasingCurve::Linear)

Description: Constructor QEasingCurve::QEasingCurve(QEasingCurve::Type type)

This method creates an object of class QEasingCurve.

Python specific notes:
This method is the default initializer of the object.

(2) Signature: [static] new QEasingCurve new (const QEasingCurve other)

Description: Constructor QEasingCurve::QEasingCurve(const QEasingCurve &other)

This method creates an object of class QEasingCurve.

Python specific notes:
This method is the default initializer of the object.

overshoot

Signature: [const] double overshoot

Description: Method double QEasingCurve::overshoot()

Python specific notes:
The object exposes a readable attribute 'overshoot'. This is the getter.

overshoot=

Signature: void overshoot= (double overshoot)

Description: Method void QEasingCurve::setOvershoot(double overshoot)

Python specific notes:
The object exposes a writable attribute 'overshoot'. This is the setter.

period

Signature: [const] double period

Description: Method double QEasingCurve::period()

Python specific notes:
The object exposes a readable attribute 'period'. This is the getter.

period=

Signature: void period= (double period)

Description: Method void QEasingCurve::setPeriod(double period)

Python specific notes:
The object exposes a writable attribute 'period'. This is the setter.

setAmplitude

Signature: void setAmplitude (double amplitude)

Description: Method void QEasingCurve::setAmplitude(double amplitude)

Python specific notes:
The object exposes a writable attribute 'amplitude'. This is the setter.

setOvershoot

Signature: void setOvershoot (double overshoot)

Description: Method void QEasingCurve::setOvershoot(double overshoot)

Python specific notes:
The object exposes a writable attribute 'overshoot'. This is the setter.

setPeriod

Signature: void setPeriod (double period)

Description: Method void QEasingCurve::setPeriod(double period)

Python specific notes:
The object exposes a writable attribute 'period'. This is the setter.

setType

Signature: void setType (const QEasingCurve_Type type)

Description: Method void QEasingCurve::setType(QEasingCurve::Type type)

Python specific notes:
The object exposes a writable attribute 'type'. This is the setter.

swap

Signature: void swap (QEasingCurve other)

Description: Method void QEasingCurve::swap(QEasingCurve &other)

toCubicSpline

Signature: [const] QPointF[] toCubicSpline

Description: Method QVector<QPointF> QEasingCurve::toCubicSpline()

type

Signature: [const] QEasingCurve_Type type

Description: Method QEasingCurve::Type QEasingCurve::type()

Python specific notes:
The object exposes a readable attribute 'type'. This is the getter.

type=

Signature: void type= (const QEasingCurve_Type type)

Description: Method void QEasingCurve::setType(QEasingCurve::Type type)

Python specific notes:
The object exposes a writable attribute 'type'. This is the setter.

valueForProgress

Signature: [const] double valueForProgress (double progress)

Description: Method double QEasingCurve::valueForProgress(double progress)