QPainterPathStroker Class Reference

QPainterPathStroker Class Reference

#include <qpainterpath.h>

Class Description

Definition at line 264 of file qpainterpath.h.

Public Member Functions

 QPainterPathStroker ()
 
 ~QPainterPathStroker ()
 
void setWidth (qreal width)
 
qreal width () const
 
void setCapStyle (Qt::PenCapStyle style)
 
Qt::PenCapStyle capStyle () const
 
void setJoinStyle (Qt::PenJoinStyle style)
 
Qt::PenJoinStyle joinStyle () const
 
void setMiterLimit (qreal length)
 
qreal miterLimit () const
 
void setCurveThreshold (qreal threshold)
 
qreal curveThreshold () const
 
void setDashPattern (Qt::PenStyle)
 
void setDashPattern (const QVector< qreal > &dashPattern)
 
QVector< qreal > dashPattern () const
 
void setDashOffset (qreal offset)
 
qreal dashOffset () const
 
QPainterPath createStroke (const QPainterPath &path) const
 

Friends

class QX11PaintEngine
 

Constructor & Destructor Documentation

Member Function Documentation

void setWidth ( qreal  width)
qreal width ( ) const
void setCapStyle ( Qt::PenCapStyle  style)
Qt::PenCapStyle capStyle ( ) const
void setJoinStyle ( Qt::PenJoinStyle  style)
Qt::PenJoinStyle joinStyle ( ) const
void setMiterLimit ( qreal  length)
qreal miterLimit ( ) const
void setCurveThreshold ( qreal  threshold)
qreal curveThreshold ( ) const
void setDashPattern ( Qt::PenStyle  )
void setDashPattern ( const QVector< qreal > &  dashPattern)
QVector<qreal> dashPattern ( ) const
void setDashOffset ( qreal  offset)
qreal dashOffset ( ) const
QPainterPath createStroke ( const QPainterPath path) const

Friends And Related Function Documentation

friend class QX11PaintEngine
friend

Definition at line 298 of file qpainterpath.h.


The documentation for this class was generated from the following file: