Uses of Enum
io.qt.gui.QGradient.InterpolationMode
Packages that use QGradient.InterpolationMode
-
Uses of QGradient.InterpolationMode in io.qt.gui
Methods in io.qt.gui that return QGradient.InterpolationModeModifier and TypeMethodDescriptionQGradient.interpolationMode()
SeeQGradient::
interpolationMode()const static QGradient.InterpolationMode
QGradient.InterpolationMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QGradient.InterpolationMode
Returns the enum constant of this type with the specified name.static QGradient.InterpolationMode[]
QGradient.InterpolationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QGradient.InterpolationModeModifier and TypeMethodDescriptionfinal void
QGradient.setInterpolationMode
(QGradient.InterpolationMode mode) SeeQGradient::
setInterpolationMode(QGradient::InterpolationMode)