![]() |
Qt 6.x
The Qt SDK
|
#include <qpdf_p.h>
Public Member Functions | |
Stroker () | |
void | setPen (const QPen &pen, QPainter::RenderHints hints) |
void | strokePath (const QPainterPath &path) |
Public Attributes | |
ByteStream * | stream |
bool | first |
QTransform | matrix |
bool | cosmeticPen |
QPdf::Stroker::Stroker | ( | ) |
Definition at line 605 of file qpdf.cpp.
References cosmeticPen, cubicToHook(), lineToHook(), moveToHook(), QStrokerOps::setCubicToHook(), QStrokerOps::setLineToHook(), QStrokerOps::setMoveToHook(), and QStroker::setStrokeWidth().
Definition at line 618 of file qpdf.cpp.
References QPen::capStyle(), QPen::dashOffset(), QPen::dashPattern(), i, QPen::isCosmetic(), QList< T >::isEmpty(), QPen::joinStyle(), QPen::miterLimit(), Qt::NoPen, QList< T >::size(), QPen::style(), and QPen::widthF().
void QPdf::Stroker::strokePath | ( | const QPainterPath & | path | ) |
QTransform QPdf::Stroker::matrix |
Definition at line 95 of file qpdf_p.h.
Referenced by cubicToHook(), QPdfEnginePrivate::drawTextItem(), and lineToHook().
ByteStream* QPdf::Stroker::stream |
Definition at line 93 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::QPdfEnginePrivate(), moveToHook(), and QPdfEnginePrivate::newPage().