Uses of Enum
io.qt.gui.QPainterPath.ElementType
Packages that use QPainterPath.ElementType
-
Uses of QPainterPath.ElementType in io.qt.gui
Methods in io.qt.gui that return QPainterPath.ElementTypeModifier and TypeMethodDescriptionstatic QPainterPath.ElementType
QPainterPath.ElementType.resolve
(int value) Returns the corresponding enum entry for the given value.final QPainterPath.ElementType
QPainterPath.Element.type()
The type of elementstatic QPainterPath.ElementType
Returns the enum constant of this type with the specified name.static QPainterPath.ElementType[]
QPainterPath.ElementType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QPainterPath.ElementTypeModifierConstructorDescriptionElement
(double x, double y, QPainterPath.ElementType type) SeeQPainterPath::Element::
Element{qreal, qreal, QPainterPath::ElementType}