Qt 4.8
|
#include <qpdf_p.h>
Public Functions | |
void | setPen (const QPen &pen) |
void | strokePath (const QPainterPath &path) |
Stroker () | |
Public Variables | |
bool | cosmeticPen |
bool | first |
QTransform | matrix |
ByteStream * | stream |
Properties | |
QStroker | basicStroker |
QDashStroker | dashStroker |
QStrokerOps * | stroker |
QPdf::Stroker::Stroker | ( | ) |
Definition at line 752 of file qpdf.cpp.
void QPdf::Stroker::setPen | ( | const QPen & | pen | ) |
Definition at line 765 of file qpdf.cpp.
void QPdf::Stroker::strokePath | ( | const QPainterPath & | path | ) |
Definition at line 796 of file qpdf.cpp.
|
private |
bool QPdf::Stroker::cosmeticPen |
Definition at line 140 of file qpdf_p.h.
Referenced by cubicToHook(), lineToHook(), moveToHook(), setPen(), strokePath(), and Stroker().
|
private |
bool QPdf::Stroker::first |
Definition at line 138 of file qpdf_p.h.
Referenced by moveToHook(), and strokePath().
QTransform QPdf::Stroker::matrix |
Definition at line 139 of file qpdf_p.h.
Referenced by cubicToHook(), QPdfEnginePrivate::drawTextItem(), lineToHook(), moveToHook(), and strokePath().
ByteStream* QPdf::Stroker::stream |
Definition at line 137 of file qpdf_p.h.
Referenced by cubicToHook(), lineToHook(), moveToHook(), QPdfEnginePrivate::newPage(), QPdfBaseEnginePrivate::QPdfBaseEnginePrivate(), and strokePath().
|
private |
Definition at line 144 of file qpdf_p.h.
Referenced by setPen(), strokePath(), and Stroker().