Uses of Enum
io.qt.core.Qt.PenStyle
Packages that use Qt.PenStyle
-
Uses of Qt.PenStyle in io.qt.charts
Methods in io.qt.charts with parameters of type Qt.PenStyleModifier and TypeMethodDescriptionfinal void
QChart.setBackgroundPen
(Qt.PenStyle pen) Overloaded function forQChart.setBackgroundPen(io.qt.gui.QPen)
.final void
QAbstractAxis.setGridLinePen
(Qt.PenStyle pen) Overloaded function forQAbstractAxis.setGridLinePen(io.qt.gui.QPen)
.final void
QAbstractAxis.setLinePen
(Qt.PenStyle pen) Overloaded function forQAbstractAxis.setLinePen(io.qt.gui.QPen)
.final void
QAbstractAxis.setMinorGridLinePen
(Qt.PenStyle pen) Overloaded function forQAbstractAxis.setMinorGridLinePen(io.qt.gui.QPen)
.final void
QAreaSeries.setPen
(Qt.PenStyle pen) Overloaded function forQAreaSeries.setPen(io.qt.gui.QPen)
.final void
QBarSet.setPen
(Qt.PenStyle pen) Overloaded function forQBarSet.setPen(io.qt.gui.QPen)
.final void
QBoxPlotSeries.setPen
(Qt.PenStyle pen) Overloaded function forQBoxPlotSeries.setPen(io.qt.gui.QPen)
.final void
QBoxSet.setPen
(Qt.PenStyle pen) Overloaded function forQBoxSet.setPen(io.qt.gui.QPen)
.final void
QCandlestickSeries.setPen
(Qt.PenStyle pen) Overloaded function forQCandlestickSeries.setPen(io.qt.gui.QPen)
.final void
QCandlestickSet.setPen
(Qt.PenStyle pen) Overloaded function forQCandlestickSet.setPen(io.qt.gui.QPen)
.final void
QLegend.setPen
(Qt.PenStyle pen) Overloaded function forQLegend.setPen(io.qt.gui.QPen)
.final void
QLegendMarker.setPen
(Qt.PenStyle pen) Overloaded function forQLegendMarker.setPen(io.qt.gui.QPen)
.final void
QPieSlice.setPen
(Qt.PenStyle pen) Overloaded function forQPieSlice.setPen(io.qt.gui.QPen)
.final void
QXYSeries.setPen
(Qt.PenStyle pen) Overloaded function forQXYSeries.setPen(io.qt.gui.QPen)
.final void
QChart.setPlotAreaBackgroundPen
(Qt.PenStyle pen) Overloaded function forQChart.setPlotAreaBackgroundPen(io.qt.gui.QPen)
.final void
QAbstractAxis.setShadesPen
(Qt.PenStyle pen) Overloaded function forQAbstractAxis.setShadesPen(io.qt.gui.QPen)
. -
Uses of Qt.PenStyle in io.qt.core
Methods in io.qt.core that return Qt.PenStyleModifier and TypeMethodDescriptionstatic Qt.PenStyle
Qt.PenStyle.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.PenStyle
Returns the enum constant of this type with the specified name.static Qt.PenStyle[]
Qt.PenStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.PenStyle in io.qt.gui
Methods in io.qt.gui that return Qt.PenStyleMethods in io.qt.gui with parameters of type Qt.PenStyleModifier and TypeMethodDescriptionfinal void
QPen.assign
(Qt.PenStyle pen) Overloaded function forQPen.assign(io.qt.gui.QPen)
.final boolean
QPen.equals
(Qt.PenStyle p) Overloaded function forQPen.equals(io.qt.gui.QPen)
.final void
QPainterPathStroker.setDashPattern
(Qt.PenStyle arg__1) final void
QPainter.setPen
(Qt.PenStyle style) final void
QPen.setStyle
(Qt.PenStyle arg__1) final void
QTextCharFormat.setTextOutline
(Qt.PenStyle pen) Overloaded function forQTextCharFormat.setTextOutline(io.qt.gui.QPen)
.final void
QPainter.strokePath
(QPainterPath path, Qt.PenStyle pen) Overloaded function forQPainter.strokePath(io.qt.gui.QPainterPath, io.qt.gui.QPen)
.Constructors in io.qt.gui with parameters of type Qt.PenStyleModifierConstructorDescriptionOverloaded constructor forQPainterPathStroker(io.qt.gui.QPen)
.QPen
(Qt.BrushStyle brush, double width, Qt.PenStyle s) QPen
(Qt.BrushStyle brush, double width, Qt.PenStyle s, Qt.PenCapStyle c) Overloaded constructor forQPen(io.qt.core.Qt.BrushStyle, 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.BrushStyle 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
(Qt.GlobalColor brush, double width, Qt.PenStyle s) QPen
(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
(Qt.PenStyle arg__1) QPen
(QBrush brush, double width, Qt.PenStyle s) 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) 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)
.QPen
(QGradient brush, double width, Qt.PenStyle s) QPen
(QGradient brush, double width, Qt.PenStyle s, Qt.PenCapStyle c) Overloaded constructor forQPen(io.qt.gui.QGradient, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
withj = io.qt.core.Qt.PenJoinStyle.BevelJoin
.QPen
(QGradient 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
(QImage brush, double width, Qt.PenStyle s) QPen
(QImage brush, double width, Qt.PenStyle s, Qt.PenCapStyle c) Overloaded constructor forQPen(io.qt.gui.QImage, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
withj = io.qt.core.Qt.PenJoinStyle.BevelJoin
.QPen
(QImage 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
(QPixmap brush, double width, Qt.PenStyle s) QPen
(QPixmap brush, double width, Qt.PenStyle s, Qt.PenCapStyle c) Overloaded constructor forQPen(io.qt.gui.QPixmap, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
withj = io.qt.core.Qt.PenJoinStyle.BevelJoin
.QPen
(QPixmap 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)
. -
Uses of Qt.PenStyle in io.qt.widgets
Methods in io.qt.widgets that return Qt.PenStyleMethods in io.qt.widgets with parameters of type Qt.PenStyleModifier and TypeMethodDescriptionfinal void
QTableView.setGridStyle
(Qt.PenStyle style) final void
QAbstractGraphicsShapeItem.setPen
(Qt.PenStyle pen) Overloaded function forQAbstractGraphicsShapeItem.setPen(io.qt.gui.QPen)
.final void
QGraphicsLineItem.setPen
(Qt.PenStyle pen) Overloaded function forQGraphicsLineItem.setPen(io.qt.gui.QPen)
.