QPen

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(qt.core.namespace.PenStyle )
Undocumented in source.
this
this(const(QColor) color)
Undocumented in source.
this
this(const(QBrush) brush, qreal width, qt.core.namespace.PenStyle s, qt.core.namespace.PenCapStyle c, qt.core.namespace.PenJoinStyle j)
Undocumented in source.
this
this(const(QPen) pen)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

DataPtr
alias DataPtr = QPenPrivate*
Undocumented in source.

Functions

brush
QBrush brush()
Undocumented in source.
capStyle
qt.core.namespace.PenCapStyle capStyle()
Undocumented in source.
color
QColor color()
Undocumented in source.
dashOffset
qreal dashOffset()
Undocumented in source.
dashPattern
QVector!(qreal) dashPattern()
Undocumented in source.
data_ptr
DataPtr data_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
isCosmetic
bool isCosmetic()
Undocumented in source.
isDetached
bool isDetached()
Undocumented in source.
isSolid
bool isSolid()
Undocumented in source.
joinStyle
qt.core.namespace.PenJoinStyle joinStyle()
Undocumented in source.
miterLimit
qreal miterLimit()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setBrush
void setBrush(const(QBrush) brush)
Undocumented in source.
setCapStyle
void setCapStyle(qt.core.namespace.PenCapStyle pcs)
Undocumented in source.
setColor
void setColor(const(QColor) color)
Undocumented in source.
setCosmetic
void setCosmetic(bool cosmetic)
Undocumented in source.
setDashOffset
void setDashOffset(qreal doffset)
Undocumented in source.
setDashPattern
void setDashPattern(const(QVector!(qreal)) pattern)
Undocumented in source.
setJoinStyle
void setJoinStyle(qt.core.namespace.PenJoinStyle pcs)
Undocumented in source.
setMiterLimit
void setMiterLimit(qreal limit)
Undocumented in source.
setStyle
void setStyle(qt.core.namespace.PenStyle )
Undocumented in source.
setWidth
void setWidth(int width)
Undocumented in source.
setWidthF
void setWidthF(qreal width)
Undocumented in source.
style
qt.core.namespace.PenStyle style()
Undocumented in source.
width
int width()
Undocumented in source.
widthF
qreal widthF()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta