Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpdf_p.h File Reference

(3c6598c359a99eaef47fdcac2cbdd4441946ef0b)

#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"
+ Include dependency graph for qpdf_p.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ qt_int_to_string()

const char * qt_int_to_string ( int val,
char * buf )

Definition at line 152 of file qpdf.cpp.

References i, output, and ret.

Referenced by QPdf::ByteStream::operator<<().

+ Here is the caller graph for this function:

◆ qt_real_to_string()

QT_BEGIN_NAMESPACE const char * qt_real_to_string ( qreal val,
char * buf )

Definition at line 100 of file qpdf.cpp.

References i, output, qIsFinite(), and ret.

Referenced by QPdfEngine::drawHyperlink(), QPdf::ByteStream::operator<<(), and QPdf::ByteStream::operator<<().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: