API reference - Class QEasingCurveNotation used in Ruby API documentation Description: Binding of QEasingCurve Sub-classes: Type
Public constructors
Public methods
Public static methods and constants
Deprecated methods (protected, public, static, non-static and constructors)
Detailed description[const] bool !=(const QEasingCurve other)Description: Method bool QEasingCurve::operator!=(const QEasingCurve &other) [const] bool ==(const QEasingCurve other)Description: Method bool QEasingCurve::operator==(const QEasingCurve &other) [static,const] new QEasingCurve_Type ptr CosineCurveDescription: Enum constant QEasingCurve::CosineCurve [static,const] new QEasingCurve_Type ptr CustomDescription: Enum constant QEasingCurve::Custom [static,const] new QEasingCurve_Type ptr InBackDescription: Enum constant QEasingCurve::InBack [static,const] new QEasingCurve_Type ptr InBounceDescription: Enum constant QEasingCurve::InBounce [static,const] new QEasingCurve_Type ptr InCircDescription: Enum constant QEasingCurve::InCirc [static,const] new QEasingCurve_Type ptr InCubicDescription: Enum constant QEasingCurve::InCubic [static,const] new QEasingCurve_Type ptr InCurveDescription: Enum constant QEasingCurve::InCurve [static,const] new QEasingCurve_Type ptr InElasticDescription: Enum constant QEasingCurve::InElastic [static,const] new QEasingCurve_Type ptr InExpoDescription: Enum constant QEasingCurve::InExpo [static,const] new QEasingCurve_Type ptr InOutBackDescription: Enum constant QEasingCurve::InOutBack [static,const] new QEasingCurve_Type ptr InOutBounceDescription: Enum constant QEasingCurve::InOutBounce [static,const] new QEasingCurve_Type ptr InOutCircDescription: Enum constant QEasingCurve::InOutCirc [static,const] new QEasingCurve_Type ptr InOutCubicDescription: Enum constant QEasingCurve::InOutCubic [static,const] new QEasingCurve_Type ptr InOutElasticDescription: Enum constant QEasingCurve::InOutElastic [static,const] new QEasingCurve_Type ptr InOutExpoDescription: Enum constant QEasingCurve::InOutExpo [static,const] new QEasingCurve_Type ptr InOutQuadDescription: Enum constant QEasingCurve::InOutQuad [static,const] new QEasingCurve_Type ptr InOutQuartDescription: Enum constant QEasingCurve::InOutQuart [static,const] new QEasingCurve_Type ptr InOutQuintDescription: Enum constant QEasingCurve::InOutQuint [static,const] new QEasingCurve_Type ptr InOutSineDescription: Enum constant QEasingCurve::InOutSine [static,const] new QEasingCurve_Type ptr InQuadDescription: Enum constant QEasingCurve::InQuad [static,const] new QEasingCurve_Type ptr InQuartDescription: Enum constant QEasingCurve::InQuart [static,const] new QEasingCurve_Type ptr InQuintDescription: Enum constant QEasingCurve::InQuint [static,const] new QEasingCurve_Type ptr InSineDescription: Enum constant QEasingCurve::InSine [static,const] new QEasingCurve_Type ptr LinearDescription: Enum constant QEasingCurve::Linear [static,const] new QEasingCurve_Type ptr NCurveTypesDescription: Enum constant QEasingCurve::NCurveTypes [static,const] new QEasingCurve_Type ptr OutBackDescription: Enum constant QEasingCurve::OutBack [static,const] new QEasingCurve_Type ptr OutBounceDescription: Enum constant QEasingCurve::OutBounce [static,const] new QEasingCurve_Type ptr OutCircDescription: Enum constant QEasingCurve::OutCirc [static,const] new QEasingCurve_Type ptr OutCubicDescription: Enum constant QEasingCurve::OutCubic [static,const] new QEasingCurve_Type ptr OutCurveDescription: Enum constant QEasingCurve::OutCurve [static,const] new QEasingCurve_Type ptr OutElasticDescription: Enum constant QEasingCurve::OutElastic [static,const] new QEasingCurve_Type ptr OutExpoDescription: Enum constant QEasingCurve::OutExpo [static,const] new QEasingCurve_Type ptr OutInBackDescription: Enum constant QEasingCurve::OutInBack [static,const] new QEasingCurve_Type ptr OutInBounceDescription: Enum constant QEasingCurve::OutInBounce [static,const] new QEasingCurve_Type ptr OutInCircDescription: Enum constant QEasingCurve::OutInCirc [static,const] new QEasingCurve_Type ptr OutInCubicDescription: Enum constant QEasingCurve::OutInCubic [static,const] new QEasingCurve_Type ptr OutInElasticDescription: Enum constant QEasingCurve::OutInElastic [static,const] new QEasingCurve_Type ptr OutInExpoDescription: Enum constant QEasingCurve::OutInExpo [static,const] new QEasingCurve_Type ptr OutInQuadDescription: Enum constant QEasingCurve::OutInQuad [static,const] new QEasingCurve_Type ptr OutInQuartDescription: Enum constant QEasingCurve::OutInQuart [static,const] new QEasingCurve_Type ptr OutInQuintDescription: Enum constant QEasingCurve::OutInQuint [static,const] new QEasingCurve_Type ptr OutInSineDescription: Enum constant QEasingCurve::OutInSine [static,const] new QEasingCurve_Type ptr OutQuadDescription: Enum constant QEasingCurve::OutQuad [static,const] new QEasingCurve_Type ptr OutQuartDescription: Enum constant QEasingCurve::OutQuart [static,const] new QEasingCurve_Type ptr OutQuintDescription: Enum constant QEasingCurve::OutQuint [static,const] new QEasingCurve_Type ptr OutSineDescription: Enum constant QEasingCurve::OutSine [static,const] new QEasingCurve_Type ptr SineCurveDescription: Enum constant QEasingCurve::SineCurve void _assign(const QEasingCurve other)Description: Assigns another object to self void _createDescription: 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. void _destroyDescription: 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. [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. [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. void _manageDescription: 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. void _unmanageDescription: 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. [const] double amplitudeDescription: Method double QEasingCurve::amplitude() Python specific notes:The object exposes a readable attribute 'amplitude'. This is the getter. 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. QEasingCurve assign(const QEasingCurve other)Description: Method QEasingCurve &QEasingCurve::operator=(const QEasingCurve &other) void createDescription: Ensures the C++ object is created Use of this method is deprecated. Use _create instead void destroyDescription: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead [const] new QEasingCurve ptr dupDescription: Creates a copy of self [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 [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 [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 [const] double overshootDescription: Method double QEasingCurve::overshoot() Python specific notes:The object exposes a readable attribute 'overshoot'. This is the getter. 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. [const] double periodDescription: Method double QEasingCurve::period() Python specific notes:The object exposes a readable attribute 'period'. This is the getter. 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. 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. 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. 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. 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. [const] QEasingCurve_Type typeDescription: Method QEasingCurve::Type QEasingCurve::type() Python specific notes:The object exposes a readable attribute 'type'. This is the getter. 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. [const] double valueForProgress(double progress)Description: Method double QEasingCurve::valueForProgress(double progress) |