Qt 4.8
|
#include <qpdf_p.h>
Public Functions | |
QPdfPage () | |
void | streamImage (int w, int h, int object) |
Public Functions inherited from QPdf::ByteStream | |
ByteStream (bool fileBacking=false) | |
ByteStream (QByteArray *ba, bool fileBacking=false) | |
void | clear () |
ByteStream & | operator<< (char chr) |
ByteStream & | operator<< (const char *str) |
ByteStream & | operator<< (const QByteArray &str) |
ByteStream & | operator<< (const ByteStream &src) |
ByteStream & | operator<< (qreal val) |
ByteStream & | operator<< (int val) |
ByteStream & | operator<< (const QPointF &p) |
QIODevice * | stream () |
~ByteStream () | |
Public Variables | |
QVector< uint > | annotations |
QVector< uint > | fonts |
QVector< uint > | graphicStates |
QVector< uint > | images |
QSize | pageSize |
QVector< uint > | patterns |
Additional Inherited Members | |
Static Public Functions inherited from QPdf::ByteStream | |
static int | chunkSize () |
static int | maxMemorySize () |
Protected Functions inherited from QPdf::ByteStream | |
void | constructor_helper (QIODevice *dev) |
void | constructor_helper (QByteArray *ba) |
QPdfPage::QPdfPage | ( | ) |
Definition at line 86 of file qprintengine_pdf.cpp.
void QPdfPage::streamImage | ( | int | w, |
int | h, | ||
int | object | ||
) |
Definition at line 91 of file qprintengine_pdf.cpp.
Definition at line 171 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::drawTextItem(), and QPdfEnginePrivate::writePage().
Definition at line 170 of file qpdf_p.h.
Referenced by QPdfBaseEnginePrivate::drawTextItem(), QPSPrintEnginePrivate::flushPage(), and QPdfEnginePrivate::writePage().
Definition at line 168 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::addConstantAlphaObject(), QPdfEnginePrivate::writePage(), and QPdfEnginePrivate::~QPdfEnginePrivate().
Definition at line 167 of file qpdf_p.h.
Referenced by streamImage(), and QPdfEnginePrivate::writePage().
QSize QPdfPage::pageSize |
Definition at line 175 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::newPage(), and QPdfEnginePrivate::writePage().
Definition at line 169 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::addBrushPattern(), QPdfEnginePrivate::writePage(), and QPdfEnginePrivate::~QPdfEnginePrivate().