Uses of Class
io.qt.core.Qt.PenJoinStyle
Package | Description |
---|---|
io.qt.core | |
io.qt.gui |
-
Uses of Qt.PenJoinStyle in io.qt.core
Methods in io.qt.core that return Qt.PenJoinStyle Modifier and Type Method Description static Qt.PenJoinStyle
Qt.PenJoinStyle. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.PenJoinStyle
Qt.PenJoinStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.PenJoinStyle[]
Qt.PenJoinStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.PenJoinStyle in io.qt.gui
Methods in io.qt.gui that return Qt.PenJoinStyle Modifier and Type Method Description Qt.PenJoinStyle
QPainterPathStroker. joinStyle()
Qt.PenJoinStyle
QPen. joinStyle()
Methods in io.qt.gui with parameters of type Qt.PenJoinStyle Modifier and Type Method Description void
QPainterPathStroker. setJoinStyle(Qt.PenJoinStyle style)
void
QPen. setJoinStyle(Qt.PenJoinStyle pcs)
Constructors in io.qt.gui with parameters of type Qt.PenJoinStyle Constructor Description QPen(QBrush brush, double width, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j)
QPen(QColor color, double width, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j)