API reference - Class QEasingCurve_TypeNotation used in Ruby API documentation Description: This class represents the QEasingCurve::Type enum Class hierarchy: QEasingCurve_Type » QEasingCurve_QFlags_Type This class is equivalent to the top-level class QEasingCurve::Type
Public constructors
Public methods
Public static methods and constants
Deprecated methods (protected, public, static, non-static and constructors)
Detailed description[const] bool ==(QEasingCurve_Type other)Description: Compares the enum class against an enum of it's own type [const] bool ==(unsigned int other)Description: Compares the enum class against an integer [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 _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. void assign(const QEasingCurve_Type other)Description: Assigns another object to self 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_Type ptr dupDescription: Creates a copy of self [const] string inspectDescription: Converts the enum class to a string Python specific notes:This method is also available as 'str(object)' This method is also available as 'repr(object)' [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_Type ptr new(unsigned int value)Description: Creates the enum object from an integer Python specific notes:This method is the default initializer of the object [const] unsigned int to_iDescription: Converts the enum class to an integer [const] string to_sDescription: Converts the enum class to a string Python specific notes:This method is also available as 'str(object)' This method is also available as 'repr(object)' |