Uses of Class
io.qt.core.QTimeLine.CurveShape
Package | Description |
---|---|
io.qt.core |
-
Uses of QTimeLine.CurveShape in io.qt.core
Methods in io.qt.core that return QTimeLine.CurveShape Modifier and Type Method Description QTimeLine.CurveShape
QTimeLine. curveShape()
Deprecated.Access easingCurve directlystatic QTimeLine.CurveShape
QTimeLine.CurveShape. resolve(int value)
Returns the corresponding enum entry for the given value.static QTimeLine.CurveShape
QTimeLine.CurveShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTimeLine.CurveShape[]
QTimeLine.CurveShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QTimeLine.CurveShape Modifier and Type Method Description void
QTimeLine. setCurveShape(QTimeLine.CurveShape shape)
Deprecated.Access easingCurve directly