![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QPen, including all inherited members.
| brush() const | QPen | |
| capStyle() const | QPen | |
| color() const | QPen | |
| comparesEqual(const QPen &lhs, QColor rhs) noexcept | QPen | friend |
| comparesEqual(const QPen &lhs, Qt::PenStyle rhs) | QPen | friend |
| dashOffset() const | QPen | |
| dashPattern() const | QPen | |
| data_ptr() | QPen | inline |
| DataPtr typedef | QPen | |
| isCosmetic() const | QPen | |
| isDetached() | QPen | |
| isSolid() const | QPen | |
| joinStyle() const | QPen | |
| miterLimit() const | QPen | |
| operator QVariant() const | QPen | |
| operator!=(const QPen &p) const | QPen | inline |
| operator<<(QDataStream &s, const QPen &p) | QPen | friend |
| operator=(const QPen &pen) noexcept | QPen | |
| operator=(QColor color) | QPen | |
| operator=(Qt::PenStyle style) | QPen | |
| operator==(const QPen &p) const | QPen | |
| operator>>(QDataStream &s, QPen &p) | QPen | friend |
| QPen() | QPen | |
| QPen(Qt::PenStyle) | QPen | |
| QPen(const QColor &color) | QPen | |
| QPen(const QBrush &brush, qreal width, Qt::PenStyle s=Qt::SolidLine, Qt::PenCapStyle c=Qt::SquareCap, Qt::PenJoinStyle j=Qt::BevelJoin) | QPen | |
| QPen(const QPen &pen) noexcept | QPen | |
| QPen(QPen &&other) noexcept=default | QPen | |
| setBrush(const QBrush &brush) | QPen | |
| setCapStyle(Qt::PenCapStyle pcs) | QPen | |
| setColor(const QColor &color) | QPen | |
| setCosmetic(bool cosmetic) | QPen | |
| setDashOffset(qreal doffset) | QPen | |
| setDashPattern(const QList< qreal > &pattern) | QPen | |
| setJoinStyle(Qt::PenJoinStyle pcs) | QPen | |
| setMiterLimit(qreal limit) | QPen | |
| setStyle(Qt::PenStyle) | QPen | |
| setWidth(int width) | QPen | |
| setWidthF(qreal width) | QPen | |
| style() const | QPen | |
| swap(QPen &other) noexcept | QPen | inline |
| width() const | QPen | |
| widthF() const | QPen | |
| ~QPen() | QPen |