![]() |
Mapper
0.9.0
API documentation
|
#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>
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 ®ion) |
Q_DECLARE_TYPEINFO (QGradientBound, Q_PRIMITIVE_TYPE) | |
#define QT_PATH_ELEMENT | ( | elm | ) |
Q_DECLARE_TYPEINFO | ( | QGradientBound | , |
Q_PRIMITIVE_TYPE | |||
) |
const char* qt_int_to_string | ( | int | val, |
char * | buf | ||
) |
|
inline |
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/
QPainterPath qt_regionToPath | ( | const QRegion & | region | ) |