![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/private/qtguiglobal_p.h>#include "QtCore/qlist.h"#include "QtCore/qstring.h"#include "QtCore/quuid.h"#include "private/qfontengine_p.h"#include "private/qfontsubset_p.h"#include "private/qpaintengine_p.h"#include "private/qstroker_p.h"#include "qpagelayout.h"#include "qpdfoutputintent.h"Go to the source code of this file.
Classes | |
| class | QPdf::ByteStream |
| struct | QPdf::Stroker |
| class | QPdfPage |
| class | QPdfEngine |
| class | QPdfEnginePrivate |
Namespaces | |
| namespace | QPdf |
Enumerations | |
| enum | QPdf::PathFlags { QPdf::ClipPath , QPdf::FillPath , QPdf::StrokePath , QPdf::FillAndStrokePath } |
Functions | |
| QT_BEGIN_NAMESPACE const char * | qt_real_to_string (qreal val, char *buf) |
| const char * | qt_int_to_string (int val, char *buf) |
| QByteArray | QPdf::generatePath (const QPainterPath &path, const QTransform &matrix, PathFlags flags) |
| QByteArray | QPdf::generateMatrix (const QTransform &matrix) |
| QByteArray | QPdf::generateDashes (const QPen &pen) |
| QByteArray | QPdf::patternForBrush (const QBrush &b) |
| QByteArray | QPdf::ascii85Encode (const QByteArray &input) |
| const char * | QPdf::toHex (ushort u, char *buffer) |
| const char * | QPdf::toHex (uchar u, char *buffer) |
| const char * qt_int_to_string | ( | int | val, |
| char * | buf ) |
Definition at line 157 of file qpdf.cpp.
Referenced by QPdf::ByteStream::operator<<().
| QT_BEGIN_NAMESPACE const char * qt_real_to_string | ( | qreal | val, |
| char * | buf ) |