![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpen_p.h>
Public Member Functions | |
QPenPrivate (const QBrush &brush, qreal width, Qt::PenStyle, Qt::PenCapStyle, Qt::PenJoinStyle _joinStyle) | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
qreal | width |
QBrush | brush |
Qt::PenStyle | style |
Qt::PenCapStyle | capStyle |
Qt::PenJoinStyle | joinStyle |
QList< qreal > | dashPattern |
qreal | dashOffset |
qreal | miterLimit |
uint | cosmetic: 1 |
![]() | |
QAtomicInt | ref |
QPenPrivate::QPenPrivate | ( | const QBrush & | _brush, |
qreal | _width, | ||
Qt::PenStyle | penStyle, | ||
Qt::PenCapStyle | _capStyle, | ||
Qt::PenJoinStyle | _joinStyle ) |
Qt::PenCapStyle QPenPrivate::capStyle |
Qt::PenJoinStyle QPenPrivate::joinStyle |
Qt::PenStyle QPenPrivate::style |