![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 618 of file qpdf.cpp.
References cosmeticPen.
void QPdf::Stroker::strokePath | ( | const QPainterPath & | path | ) |
bool QPdf::Stroker::cosmeticPen |
Definition at line 94 of file qpdf_p.h.
Referenced by Stroker(), cubicToHook(), lineToHook(), moveToHook(), and setPen().
bool QPdf::Stroker::first |
Definition at line 92 of file qpdf_p.h.
Referenced by Stroker(), moveToHook(), and strokePath().
QTransform QPdf::Stroker::matrix |
ByteStream* QPdf::Stroker::stream |
Definition at line 91 of file qpdf_p.h.
Referenced by Stroker(), cubicToHook(), lineToHook(), moveToHook(), and strokePath().