就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.5.1
Qt GUI
C++ 类
QPen
List of All Members for QPen
这是完整成员列表为
QPen
,包括继承的成员。
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