![]() |
Qt 6.x
The Qt SDK
|
#include <qpdf_p.h>
Inheritance diagram for QPdfPage:
Collaboration diagram for QPdfPage:Public Member Functions | |
| QPdfPage () | |
| void | streamImage (int w, int h, uint object) |
Public Member Functions inherited from QPdf::ByteStream | |
| ByteStream (bool fileBacking=false) | |
| ByteStream (QByteArray *ba, bool fileBacking=false) | |
| ~ByteStream () | |
| 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<< (uint val) |
| ByteStream & | operator<< (qint64 val) |
| ByteStream & | operator<< (const QPointF &p) |
| QIODevice * | stream () |
| void | clear () |
Public Attributes | |
| QList< uint > | images |
| QList< uint > | graphicStates |
| QList< uint > | patterns |
| QList< uint > | fonts |
| QList< uint > | annotations |
| QSize | pageSize |
Additional Inherited Members | |
Static Public Member Functions inherited from QPdf::ByteStream | |
| static int | maxMemorySize () |
| static int | chunkSize () |
Protected Member Functions inherited from QPdf::ByteStream | |
| void | constructor_helper (QIODevice *dev) |
| void | constructor_helper (QByteArray *ba) |
Definition at line 753 of file qpdf.cpp.
References QList< T >::append(), QListSpecialMethodsBase< T >::contains(), and images.
Here is the call graph for this function:Definition at line 120 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::drawTextItem().
Definition at line 119 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::drawTextItem().
Definition at line 117 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::addConstantAlphaObject().
Definition at line 116 of file qpdf_p.h.
Referenced by streamImage().
| QSize QPdfPage::pageSize |
Definition at line 124 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::newPage().
Definition at line 118 of file qpdf_p.h.
Referenced by QPdfEnginePrivate::addBrushPattern().