Uses of Enum
io.qt.core.Qt.PenCapStyle
-
Uses of Qt.PenCapStyle in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.PenCapStyle
Qt.PenCapStyle.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.PenCapStyle
Returns the enum constant of this type with the specified name.static Qt.PenCapStyle[]
Qt.PenCapStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.PenCapStyle in io.qt.gui
Modifier and TypeMethodDescriptionfinal Qt.PenCapStyle
QPainterPathStroker.capStyle()
final Qt.PenCapStyle
QPen.capStyle()
Modifier and TypeMethodDescriptionfinal void
QPainterPathStroker.setCapStyle
(Qt.PenCapStyle style) final void
QPen.setCapStyle
(Qt.PenCapStyle pcs) ModifierConstructorDescriptionQPen
(Qt.GlobalColor brush, double width, Qt.PenStyle s, Qt.PenCapStyle c) Overloaded constructor forQPen(io.qt.core.Qt.GlobalColor, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
withj = io.qt.core.Qt.PenJoinStyle.BevelJoin
.QPen
(Qt.GlobalColor brush, double width, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j) Overloaded constructor forQPen(io.qt.gui.QBrush, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
.QPen
(QBrush brush, double width, Qt.PenStyle s, Qt.PenCapStyle c) Overloaded constructor forQPen(io.qt.gui.QBrush, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
withj = io.qt.core.Qt.PenJoinStyle.BevelJoin
.QPen
(QBrush brush, double width, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j) QPen
(QColor brush, double width, Qt.PenStyle s, Qt.PenCapStyle c) Overloaded constructor forQPen(io.qt.gui.QColor, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
withj = io.qt.core.Qt.PenJoinStyle.BevelJoin
.QPen
(QColor brush, double width, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j) Overloaded constructor forQPen(io.qt.gui.QBrush, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
.