Qt 5.15
Qt GUI
C++ Classes
QPen
Qt 5.15.8 Reference Documentation
List of All Members for QPen
This is the complete list of members for
QPen
, including inherited members.
QPen
(QPen &&)
QPen
(const QPen &)
QPen
(const QBrush &, qreal , Qt::PenStyle , Qt::PenCapStyle , Qt::PenJoinStyle )
QPen
(const QColor &)
QPen
(Qt::PenStyle )
QPen
()
operator=
(QPen &&) : QPen &
operator=
(const QPen &) : QPen &
~QPen
()
brush
() const : QBrush
capStyle
() const : Qt::PenCapStyle
color
() const : QColor
dashOffset
() const : qreal
dashPattern
() const : QVector<qreal>
isCosmetic
() const : bool
isSolid
() const : bool
joinStyle
() const : Qt::PenJoinStyle
miterLimit
() const : qreal
setBrush
(const QBrush &)
setCapStyle
(Qt::PenCapStyle )
setColor
(const QColor &)
setCosmetic
(bool )
setDashOffset
(qreal )
setDashPattern
(const QVector<qreal> &)
setJoinStyle
(Qt::PenJoinStyle )
setMiterLimit
(qreal )
setStyle
(Qt::PenStyle )
setWidth
(int )
setWidthF
(qreal )
style
() const : Qt::PenStyle
swap
(QPen &)
width
() const : int
widthF
() const : qreal
operator QVariant
() const : QVariant
operator!=
(const QPen &) const : bool
operator==
(const QPen &) const : bool