![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
class | ByteStream |
struct | Stroker |
Enumerations | |
enum | PathFlags { ClipPath , FillPath , StrokePath , FillAndStrokePath } |
Functions | |
QByteArray | generatePath (const QPainterPath &path, const QTransform &matrix, PathFlags flags) |
QByteArray | generateMatrix (const QTransform &matrix) |
QByteArray | generateDashes (const QPen &pen) |
QByteArray | patternForBrush (const QBrush &b) |
QByteArray | ascii85Encode (const QByteArray &input) |
const char * | toHex (ushort u, char *buffer) |
const char * | toHex (uchar u, char *buffer) |
enum QPdf::PathFlags |
QByteArray QPdf::ascii85Encode | ( | const QByteArray & | input | ) |
QByteArray QPdf::generateDashes | ( | const QPen & | pen | ) |
QByteArray QPdf::generateMatrix | ( | const QTransform & | matrix | ) |
QByteArray QPdf::generatePath | ( | const QPainterPath & | path, |
const QTransform & | matrix, | ||
PathFlags | flags ) |
Definition at line 308 of file qpdf.cpp.
References StrokePath.
QByteArray QPdf::patternForBrush | ( | const QBrush & | b | ) |
Definition at line 560 of file qpdf.cpp.
References pattern_for_brush.