Qt 4.8
|
Classes | |
class | ByteStream |
struct | PaperSize |
struct | Stroker |
Enumerations | |
enum | PathFlags { ClipPath, FillPath, StrokePath, FillAndStrokePath } |
Functions | |
QByteArray | ascii85Encode (const QByteArray &input) |
QByteArray | generateDashes (const QPen &pen) |
QByteArray | generateMatrix (const QTransform &matrix) |
QByteArray | generatePath (const QPainterPath &path, const QTransform &matrix, PathFlags flags) |
PaperSize | paperSize (QPrinter::PaperSize paperSize) |
const char * | paperSizeToString (QPrinter::PaperSize paperSize) |
QByteArray | patternForBrush (const QBrush &b) |
const char * | toHex (ushort u, char *buffer) |
const char * | toHex (uchar u, char *buffer) |
enum QPdf::PathFlags |
Enumerator | |
---|---|
ClipPath | |
FillPath | |
StrokePath | |
FillAndStrokePath |
QByteArray QPdf::ascii85Encode | ( | const QByteArray & | input | ) |
Definition at line 806 of file qpdf.cpp.
Referenced by compressHelper().
QByteArray QPdf::generateDashes | ( | const QPen & | pen | ) |
Definition at line 348 of file qpdf.cpp.
Referenced by QPdfBaseEngine::setPen().
QByteArray QPdf::generateMatrix | ( | const QTransform & | matrix | ) |
Definition at line 334 of file qpdf.cpp.
Referenced by QPdfEnginePrivate::addBrushPattern(), QPdfEngine::drawImage(), QPSPrintEngine::drawImageInternal(), QPdfEngine::drawPixmap(), QPdfBaseEngine::drawRects(), QPdfBaseEngine::drawTextItem(), QPdfEnginePrivate::newPage(), and QPdfBaseEngine::setupGraphicsState().
QByteArray QPdf::generatePath | ( | const QPainterPath & | path, |
const QTransform & | matrix, | ||
PathFlags | flags | ||
) |
Definition at line 272 of file qpdf.cpp.
Referenced by QPdfBaseEngine::drawPath(), and QPdfBaseEngine::setupGraphicsState().
QPdf::PaperSize QPdf::paperSize | ( | QPrinter::PaperSize | paperSize | ) |
Definition at line 905 of file qpdf.cpp.
Referenced by QPdfBaseEnginePrivate::pageRect(), QtopiaPrintEngine::paperRect(), QPdfBaseEnginePrivate::paperRect(), paperSizeToString(), QPrintPreviewWidgetPrivate::populateScene(), QMacPrintEnginePrivate::QMacPrintEnginePrivate(), QUnixPrintWidgetPrivate::setCupsProperties(), QPageSetupWidget::setupPrinter(), and QWin32PrintEnginePrivate::updateCustomPaperSize().
const char * QPdf::paperSizeToString | ( | QPrinter::PaperSize | paperSize | ) |
QByteArray QPdf::patternForBrush | ( | const QBrush & | b | ) |
Definition at line 524 of file qpdf.cpp.
Referenced by QPdfEnginePrivate::addBrushPattern().
const char * QPdf::toHex | ( | ushort | u, |
char * | buffer | ||
) |
Definition at line 862 of file qpdf.cpp.
Referenced by QFontSubset::createToUnicodeMap(), QPdfBaseEnginePrivate::drawTextItem(), encodeNumber(), and QFontSubset::glyphName().
const char * QPdf::toHex | ( | uchar | u, |
char * | buffer | ||
) |
Definition at line 878 of file qpdf.cpp.