Qt 6.7
Qt GUI
C++ Classes
QPen
Qt 6.7.2 Reference Documentation
List of All Members for QPen
This is the complete list of members for
QPen
, including inherited members.
QPen
()
QPen
(Qt::PenStyle)
QPen
(const QColor &)
QPen
(const QBrush &, qreal, Qt::PenStyle, Qt::PenCapStyle, Qt::PenJoinStyle)
QPen
(const QPen &)
QPen
(QPen &&)
~QPen
()
brush
() const : QBrush
capStyle
() const : Qt::PenCapStyle
color
() const : QColor
dashOffset
() const : qreal
dashPattern
() const : QList<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 QList<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 &) : QPen &
operator=
(QPen &&) : QPen &
operator==
(const QPen &) const : bool