Mapper  0.9.0
API documentation
Classes | Namespaces | Macros | Functions
advanced_pdf.cpp File Reference

(d906cdb on 15 Aug 2019)

#include "advanced_pdf_p.h"
#include "qplatformdefs.h"
#include <private/qfont_p.h>
#include <private/qmath_p.h>
#include <private/qpainter_p.h>
#include <qbuffer.h>
#include <qcryptographichash.h>
#include <qdatetime.h>
#include <qdebug.h>
#include <qfile.h>
#include <qimagewriter.h>
#include <qnumeric.h>
#include <qtemporaryfile.h>
#include <quuid.h>
#include <zlib.h>
Include dependency graph for advanced_pdf.cpp:

Classes

struct  QGradientBound
 

Namespaces

 AdvancedPdf
 

Macros

#define QT_PATH_ELEMENT(elm)
 

Functions

QT_BEGIN_NAMESPACE QPaintEngine::PaintEngineFeatures qt_pdf_decide_features ()
 
bool qt_isExtendedRadialGradient (const QBrush &brush)
 
const char * qt_real_to_string (qreal val, char *buf)
 Copyright 2015 Kai Pastor. More...
 
const char * qt_int_to_string (int val, char *buf)
 
QPainterPath qt_regionToPath (const QRegion &region)
 
 Q_DECLARE_TYPEINFO (QGradientBound, Q_PRIMITIVE_TYPE)
 

Macro Definition Documentation

◆ QT_PATH_ELEMENT

#define QT_PATH_ELEMENT (   elm)

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QGradientBound  ,
Q_PRIMITIVE_TYPE   
)

◆ qt_int_to_string()

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

◆ qt_isExtendedRadialGradient()

bool qt_isExtendedRadialGradient ( const QBrush brush)

◆ qt_pdf_decide_features()

QT_BEGIN_NAMESPACE QPaintEngine::PaintEngineFeatures qt_pdf_decide_features ( )
inline

◆ qt_real_to_string()

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

Copyright 2015 Kai Pastor.

This file is part of OpenOrienteering.

This file is part of OpenOrienteering.

This is a modified version of a file from the Qt Toolkit. You can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation, or any later version approved by the KDE Free Qt Foundation

OpenOrienteering is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with OpenOrienteering. If not, see http://www.gnu.org/licenses/

◆ qt_regionToPath()

QPainterPath qt_regionToPath ( const QRegion region)