![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/private/qtguiglobal_p.h>
#include "QtCore/qlist.h"
#include "QtCore/qstring.h"
#include "private/qfontengine_p.h"
#include "private/qfontsubset_p.h"
#include "private/qpaintengine_p.h"
#include "private/qstroker_p.h"
#include "qpagelayout.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 | ||
) |
QT_BEGIN_NAMESPACE const char * qt_real_to_string | ( | qreal | val, |
char * | buf | ||
) |
Definition at line 99 of file qpdf.cpp.
References i, output, qIsNaN(), and ret.
Referenced by QPdfEngine::drawHyperlink(), QPdf::ByteStream::operator<<(), and QPdf::ByteStream::operator<<().