![]() |
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 | |
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 () |
Static Public Member Functions | |
static int | maxMemorySize () |
static int | chunkSize () |
|
explicit |
Definition at line 192 of file qpdf.cpp.
References ByteStream().
Referenced by ByteStream(), and QPdfPage::QPdfPage().
|
explicit |
Definition at line 183 of file qpdf.cpp.
References ByteStream().
Referenced by ByteStream().
|
inlinestatic |
Definition at line 63 of file qpdf_p.h.
Referenced by operator<<().
ByteStream & QPdf::ByteStream::operator<< | ( | char | chr | ) |
ByteStream & QPdf::ByteStream::operator<< | ( | const ByteStream & | src | ) |
Definition at line 227 of file qpdf.cpp.
References chunkSize().
ByteStream & QPdf::ByteStream::operator<< | ( | const char * | str | ) |
ByteStream & QPdf::ByteStream::operator<< | ( | const QByteArray & | str | ) |
ByteStream & QPdf::ByteStream::operator<< | ( | const QPointF & | p | ) |
ByteStream & QPdf::ByteStream::operator<< | ( | int | val | ) |
Definition at line 251 of file qpdf.cpp.
References qt_int_to_string().
|
inline |
ByteStream & QPdf::ByteStream::operator<< | ( | qreal | val | ) |
|
inline |