![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpdf_p.h>
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 () |
| QPdfPage::QPdfPage | ( | ) |
Definition at line 748 of file qpdf.cpp.
References QPdf::ByteStream::ByteStream().
Definition at line 114 of file qpdf_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Images().