#include "qgspallabeling.h"
#include "qgspalgeometry.h"
#include <list>
#include <pal/pal.h>
#include <pal/feature.h>
#include <pal/layer.h>
#include <pal/palgeometry.h>
#include <pal/palexception.h>
#include <pal/problem.h>
#include <pal/labelposition.h>
#include <geos_c.h>
#include <cmath>
#include <QApplication>
#include <QByteArray>
#include <QString>
#include <QFontMetrics>
#include <QTime>
#include <QPainter>
#include "diagram/qgsdiagram.h"
#include "qgsdiagramrendererv2.h"
#include "qgsfontutils.h"
#include "qgslabelsearchtree.h"
#include "qgsexpression.h"
#include "qgsdatadefined.h"
#include <qgslogger.h>
#include <qgsvectorlayer.h>
#include <qgsmaplayerregistry.h>
#include <qgsvectordataprovider.h>
#include <qgsgeometry.h>
#include <qgsmaprenderer.h>
#include <qgsmarkersymbollayerv2.h>
#include <qgsproject.h>
#include "qgssymbolv2.h"
#include "qgssymbollayerv2utils.h"
#include <QMessageBox>
Go to the source code of this file.
Function Documentation
static Qt::PenJoinStyle _decodePenJoinStyle |
( |
const QString & |
str | ) |
|
|
static |
static void _fixQPictureDPI |
( |
QPainter * |
p | ) |
|
|
static |
static bool _palIsCancelled |
( |
void * |
ctx | ) |
|
|
static |
static QColor _readColor |
( |
QgsVectorLayer * |
layer, |
|
|
QString |
property, |
|
|
QColor |
defaultColor = Qt::black , |
|
|
bool |
withAlpha = true |
|
) |
| |
|
static |
static void _writeColor |
( |
QgsVectorLayer * |
layer, |
|
|
QString |
property, |
|
|
QColor |
color, |
|
|
bool |
withAlpha = true |
|
) |
| |
|
static |
Q_GUI_EXPORT int qt_defaultDpiX |
( |
| ) |
|
Q_GUI_EXPORT int qt_defaultDpiY |
( |
| ) |
|