Notation used in Ruby API documentation
Module: QtCore
Description: Binding of QEasingCurve
Sub-classes: Type, QFlags_Type
new QEasingCurve | new | (const QEasingCurve_Type type = QEasingCurve::Linear) | Constructor QEasingCurve::QEasingCurve(QEasingCurve::Type type) |
new QEasingCurve | new | (const QEasingCurve other) | Constructor QEasingCurve::QEasingCurve(const QEasingCurve &other) |
[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 | |
[const] | QEasingCurve ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly 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 | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
void | addCubicBezierSegment | (const QPointF c1, const QPointF c2, const QPointF endPoint) | Method void QEasingCurve::addCubicBezierSegment(const QPointF &c1, const QPointF &c2, const QPointF &endPoint) | |
void | addTCBSegment | (const QPointF nextPoint, double t, double c, double b) | Method void QEasingCurve::addTCBSegment(const QPointF &nextPoint, double t, double c, double b) | |
[const] | double | amplitude | Method double QEasingCurve::amplitude() | |
void | amplitude= | (double amplitude) | Method void QEasingCurve::setAmplitude(double amplitude) | |
QEasingCurve | assign | (const QEasingCurve other) | Method QEasingCurve &QEasingCurve::operator=(const QEasingCurve &other) | |
[const] | new QEasingCurve ptr | dup | Creates a copy of self | |
[const] | double | overshoot | Method double QEasingCurve::overshoot() | |
void | overshoot= | (double overshoot) | Method void QEasingCurve::setOvershoot(double overshoot) | |
[const] | double | period | Method double QEasingCurve::period() | |
void | period= | (double period) | Method void QEasingCurve::setPeriod(double period) | |
void | setAmplitude | (double amplitude) | Method void QEasingCurve::setAmplitude(double amplitude) | |
void | setOvershoot | (double overshoot) | Method void QEasingCurve::setOvershoot(double overshoot) | |
void | setPeriod | (double period) | Method void QEasingCurve::setPeriod(double period) | |
void | setType | (const QEasingCurve_Type type) | Method void QEasingCurve::setType(QEasingCurve::Type type) | |
void | swap | (QEasingCurve other) | Method void QEasingCurve::swap(QEasingCurve &other) | |
[const] | QPointF[] | toCubicSpline | Method QVector<QPointF> QEasingCurve::toCubicSpline() | |
[const] | QEasingCurve_Type | type | Method QEasingCurve::Type QEasingCurve::type() | |
void | type= | (const QEasingCurve_Type type) | Method void QEasingCurve::setType(QEasingCurve::Type type) | |
[const] | double | valueForProgress | (double progress) | Method double QEasingCurve::valueForProgress(double progress) |
[static,const] | QEasingCurve_Type | BezierSpline | Enum constant QEasingCurve::BezierSpline | |
[static,const] | QEasingCurve_Type | CosineCurve | Enum constant QEasingCurve::CosineCurve | |
[static,const] | QEasingCurve_Type | Custom | Enum constant QEasingCurve::Custom | |
[static,const] | QEasingCurve_Type | InBack | Enum constant QEasingCurve::InBack | |
[static,const] | QEasingCurve_Type | InBounce | Enum constant QEasingCurve::InBounce | |
[static,const] | QEasingCurve_Type | InCirc | Enum constant QEasingCurve::InCirc | |
[static,const] | QEasingCurve_Type | InCubic | Enum constant QEasingCurve::InCubic | |
[static,const] | QEasingCurve_Type | InCurve | Enum constant QEasingCurve::InCurve | |
[static,const] | QEasingCurve_Type | InElastic | Enum constant QEasingCurve::InElastic | |
[static,const] | QEasingCurve_Type | InExpo | Enum constant QEasingCurve::InExpo | |
[static,const] | QEasingCurve_Type | InOutBack | Enum constant QEasingCurve::InOutBack | |
[static,const] | QEasingCurve_Type | InOutBounce | Enum constant QEasingCurve::InOutBounce | |
[static,const] | QEasingCurve_Type | InOutCirc | Enum constant QEasingCurve::InOutCirc | |
[static,const] | QEasingCurve_Type | InOutCubic | Enum constant QEasingCurve::InOutCubic | |
[static,const] | QEasingCurve_Type | InOutElastic | Enum constant QEasingCurve::InOutElastic | |
[static,const] | QEasingCurve_Type | InOutExpo | Enum constant QEasingCurve::InOutExpo | |
[static,const] | QEasingCurve_Type | InOutQuad | Enum constant QEasingCurve::InOutQuad | |
[static,const] | QEasingCurve_Type | InOutQuart | Enum constant QEasingCurve::InOutQuart | |
[static,const] | QEasingCurve_Type | InOutQuint | Enum constant QEasingCurve::InOutQuint | |
[static,const] | QEasingCurve_Type | InOutSine | Enum constant QEasingCurve::InOutSine | |
[static,const] | QEasingCurve_Type | InQuad | Enum constant QEasingCurve::InQuad | |
[static,const] | QEasingCurve_Type | InQuart | Enum constant QEasingCurve::InQuart | |
[static,const] | QEasingCurve_Type | InQuint | Enum constant QEasingCurve::InQuint | |
[static,const] | QEasingCurve_Type | InSine | Enum constant QEasingCurve::InSine | |
[static,const] | QEasingCurve_Type | Linear | Enum constant QEasingCurve::Linear | |
[static,const] | QEasingCurve_Type | NCurveTypes | Enum constant QEasingCurve::NCurveTypes | |
[static,const] | QEasingCurve_Type | OutBack | Enum constant QEasingCurve::OutBack | |
[static,const] | QEasingCurve_Type | OutBounce | Enum constant QEasingCurve::OutBounce | |
[static,const] | QEasingCurve_Type | OutCirc | Enum constant QEasingCurve::OutCirc | |
[static,const] | QEasingCurve_Type | OutCubic | Enum constant QEasingCurve::OutCubic | |
[static,const] | QEasingCurve_Type | OutCurve | Enum constant QEasingCurve::OutCurve | |
[static,const] | QEasingCurve_Type | OutElastic | Enum constant QEasingCurve::OutElastic | |
[static,const] | QEasingCurve_Type | OutExpo | Enum constant QEasingCurve::OutExpo | |
[static,const] | QEasingCurve_Type | OutInBack | Enum constant QEasingCurve::OutInBack | |
[static,const] | QEasingCurve_Type | OutInBounce | Enum constant QEasingCurve::OutInBounce | |
[static,const] | QEasingCurve_Type | OutInCirc | Enum constant QEasingCurve::OutInCirc | |
[static,const] | QEasingCurve_Type | OutInCubic | Enum constant QEasingCurve::OutInCubic | |
[static,const] | QEasingCurve_Type | OutInElastic | Enum constant QEasingCurve::OutInElastic | |
[static,const] | QEasingCurve_Type | OutInExpo | Enum constant QEasingCurve::OutInExpo | |
[static,const] | QEasingCurve_Type | OutInQuad | Enum constant QEasingCurve::OutInQuad | |
[static,const] | QEasingCurve_Type | OutInQuart | Enum constant QEasingCurve::OutInQuart | |
[static,const] | QEasingCurve_Type | OutInQuint | Enum constant QEasingCurve::OutInQuint | |
[static,const] | QEasingCurve_Type | OutInSine | Enum constant QEasingCurve::OutInSine | |
[static,const] | QEasingCurve_Type | OutQuad | Enum constant QEasingCurve::OutQuad | |
[static,const] | QEasingCurve_Type | OutQuart | Enum constant QEasingCurve::OutQuart | |
[static,const] | QEasingCurve_Type | OutQuint | Enum constant QEasingCurve::OutQuint | |
[static,const] | QEasingCurve_Type | OutSine | Enum constant QEasingCurve::OutSine | |
[static,const] | QEasingCurve_Type | SineCurve | Enum constant QEasingCurve::SineCurve | |
[static,const] | QEasingCurve_Type | TCBSpline | Enum constant QEasingCurve::TCBSpline |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | 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: |
CosineCurve | Signature: [static,const] QEasingCurve_Type CosineCurve Description: Enum constant QEasingCurve::CosineCurve Python specific notes: |
Custom | Signature: [static,const] QEasingCurve_Type Custom Description: Enum constant QEasingCurve::Custom Python specific notes: |
InBack | Signature: [static,const] QEasingCurve_Type InBack Description: Enum constant QEasingCurve::InBack Python specific notes: |
InBounce | Signature: [static,const] QEasingCurve_Type InBounce Description: Enum constant QEasingCurve::InBounce Python specific notes: |
InCirc | Signature: [static,const] QEasingCurve_Type InCirc Description: Enum constant QEasingCurve::InCirc Python specific notes: |
InCubic | Signature: [static,const] QEasingCurve_Type InCubic Description: Enum constant QEasingCurve::InCubic Python specific notes: |
InCurve | Signature: [static,const] QEasingCurve_Type InCurve Description: Enum constant QEasingCurve::InCurve Python specific notes: |
InElastic | Signature: [static,const] QEasingCurve_Type InElastic Description: Enum constant QEasingCurve::InElastic Python specific notes: |
InExpo | Signature: [static,const] QEasingCurve_Type InExpo Description: Enum constant QEasingCurve::InExpo Python specific notes: |
InOutBack | Signature: [static,const] QEasingCurve_Type InOutBack Description: Enum constant QEasingCurve::InOutBack Python specific notes: |
InOutBounce | Signature: [static,const] QEasingCurve_Type InOutBounce Description: Enum constant QEasingCurve::InOutBounce Python specific notes: |
InOutCirc | Signature: [static,const] QEasingCurve_Type InOutCirc Description: Enum constant QEasingCurve::InOutCirc Python specific notes: |
InOutCubic | Signature: [static,const] QEasingCurve_Type InOutCubic Description: Enum constant QEasingCurve::InOutCubic Python specific notes: |
InOutElastic | Signature: [static,const] QEasingCurve_Type InOutElastic Description: Enum constant QEasingCurve::InOutElastic Python specific notes: |
InOutExpo | Signature: [static,const] QEasingCurve_Type InOutExpo Description: Enum constant QEasingCurve::InOutExpo Python specific notes: |
InOutQuad | Signature: [static,const] QEasingCurve_Type InOutQuad Description: Enum constant QEasingCurve::InOutQuad Python specific notes: |
InOutQuart | Signature: [static,const] QEasingCurve_Type InOutQuart Description: Enum constant QEasingCurve::InOutQuart Python specific notes: |
InOutQuint | Signature: [static,const] QEasingCurve_Type InOutQuint Description: Enum constant QEasingCurve::InOutQuint Python specific notes: |
InOutSine | Signature: [static,const] QEasingCurve_Type InOutSine Description: Enum constant QEasingCurve::InOutSine Python specific notes: |
InQuad | Signature: [static,const] QEasingCurve_Type InQuad Description: Enum constant QEasingCurve::InQuad Python specific notes: |
InQuart | Signature: [static,const] QEasingCurve_Type InQuart Description: Enum constant QEasingCurve::InQuart Python specific notes: |
InQuint | Signature: [static,const] QEasingCurve_Type InQuint Description: Enum constant QEasingCurve::InQuint Python specific notes: |
InSine | Signature: [static,const] QEasingCurve_Type InSine Description: Enum constant QEasingCurve::InSine Python specific notes: |
Linear | Signature: [static,const] QEasingCurve_Type Linear Description: Enum constant QEasingCurve::Linear Python specific notes: |
NCurveTypes | Signature: [static,const] QEasingCurve_Type NCurveTypes Description: Enum constant QEasingCurve::NCurveTypes Python specific notes: |
OutBack | Signature: [static,const] QEasingCurve_Type OutBack Description: Enum constant QEasingCurve::OutBack Python specific notes: |
OutBounce | Signature: [static,const] QEasingCurve_Type OutBounce Description: Enum constant QEasingCurve::OutBounce Python specific notes: |
OutCirc | Signature: [static,const] QEasingCurve_Type OutCirc Description: Enum constant QEasingCurve::OutCirc Python specific notes: |
OutCubic | Signature: [static,const] QEasingCurve_Type OutCubic Description: Enum constant QEasingCurve::OutCubic Python specific notes: |
OutCurve | Signature: [static,const] QEasingCurve_Type OutCurve Description: Enum constant QEasingCurve::OutCurve Python specific notes: |
OutElastic | Signature: [static,const] QEasingCurve_Type OutElastic Description: Enum constant QEasingCurve::OutElastic Python specific notes: |
OutExpo | Signature: [static,const] QEasingCurve_Type OutExpo Description: Enum constant QEasingCurve::OutExpo Python specific notes: |
OutInBack | Signature: [static,const] QEasingCurve_Type OutInBack Description: Enum constant QEasingCurve::OutInBack Python specific notes: |
OutInBounce | Signature: [static,const] QEasingCurve_Type OutInBounce Description: Enum constant QEasingCurve::OutInBounce Python specific notes: |
OutInCirc | Signature: [static,const] QEasingCurve_Type OutInCirc Description: Enum constant QEasingCurve::OutInCirc Python specific notes: |
OutInCubic | Signature: [static,const] QEasingCurve_Type OutInCubic Description: Enum constant QEasingCurve::OutInCubic Python specific notes: |
OutInElastic | Signature: [static,const] QEasingCurve_Type OutInElastic Description: Enum constant QEasingCurve::OutInElastic Python specific notes: |
OutInExpo | Signature: [static,const] QEasingCurve_Type OutInExpo Description: Enum constant QEasingCurve::OutInExpo Python specific notes: |
OutInQuad | Signature: [static,const] QEasingCurve_Type OutInQuad Description: Enum constant QEasingCurve::OutInQuad Python specific notes: |
OutInQuart | Signature: [static,const] QEasingCurve_Type OutInQuart Description: Enum constant QEasingCurve::OutInQuart Python specific notes: |
OutInQuint | Signature: [static,const] QEasingCurve_Type OutInQuint Description: Enum constant QEasingCurve::OutInQuint Python specific notes: |
OutInSine | Signature: [static,const] QEasingCurve_Type OutInSine Description: Enum constant QEasingCurve::OutInSine Python specific notes: |
OutQuad | Signature: [static,const] QEasingCurve_Type OutQuad Description: Enum constant QEasingCurve::OutQuad Python specific notes: |
OutQuart | Signature: [static,const] QEasingCurve_Type OutQuart Description: Enum constant QEasingCurve::OutQuart Python specific notes: |
OutQuint | Signature: [static,const] QEasingCurve_Type OutQuint Description: Enum constant QEasingCurve::OutQuint Python specific notes: |
OutSine | Signature: [static,const] QEasingCurve_Type OutSine Description: Enum constant QEasingCurve::OutSine Python specific notes: |
SineCurve | Signature: [static,const] QEasingCurve_Type SineCurve Description: Enum constant QEasingCurve::SineCurve Python specific notes: |
TCBSpline | Signature: [static,const] QEasingCurve_Type TCBSpline Description: Enum constant QEasingCurve::TCBSpline Python specific notes: |
_assign | Signature: void _assign (const QEasingCurve other) Description: Assigns another object to self |
_const_cast | Signature: [const] QEasingCurve ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_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: |
amplitude= | Signature: void amplitude= (double amplitude) Description: Method void QEasingCurve::setAmplitude(double amplitude) Python specific notes: |
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: |
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: |
(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: | |
overshoot | Signature: [const] double overshoot Description: Method double QEasingCurve::overshoot() Python specific notes: |
overshoot= | Signature: void overshoot= (double overshoot) Description: Method void QEasingCurve::setOvershoot(double overshoot) Python specific notes: |
period | Signature: [const] double period Description: Method double QEasingCurve::period() Python specific notes: |
period= | Signature: void period= (double period) Description: Method void QEasingCurve::setPeriod(double period) Python specific notes: |
setAmplitude | Signature: void setAmplitude (double amplitude) Description: Method void QEasingCurve::setAmplitude(double amplitude) Python specific notes: |
setOvershoot | Signature: void setOvershoot (double overshoot) Description: Method void QEasingCurve::setOvershoot(double overshoot) Python specific notes: |
setPeriod | Signature: void setPeriod (double period) Description: Method void QEasingCurve::setPeriod(double period) Python specific notes: |
setType | Signature: void setType (const QEasingCurve_Type type) Description: Method void QEasingCurve::setType(QEasingCurve::Type type) Python specific notes: |
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: |
type= | Signature: void type= (const QEasingCurve_Type type) Description: Method void QEasingCurve::setType(QEasingCurve::Type type) Python specific notes: |
valueForProgress | Signature: [const] double valueForProgress (double progress) Description: Method double QEasingCurve::valueForProgress(double progress) |