QGIS API Documentation
2.0.1-Dufour
|
#include "qgspallabeling.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.
Classes | |
class | QgsPalGeometry |
Functions | |
static QColor | _readColor (QgsVectorLayer *layer, QString property, QColor defaultColor=Qt::black, bool withAlpha=true) |
static void | _writeColor (QgsVectorLayer *layer, QString property, QColor color, bool withAlpha=true) |
static QgsPalLayerSettings::SizeUnit | _decodeUnits (const QString &str) |
static QPainter::CompositionMode | _decodeBlendMode (const QString &str) |
static Qt::PenJoinStyle | _decodePenJoinStyle (const QString &str) |
|
static |
Definition at line 603 of file qgspallabeling.cpp.
Referenced by QgsPalLayerSettings::dataDefinedValEval().
|
static |
Definition at line 620 of file qgspallabeling.cpp.
Referenced by QgsPalLayerSettings::dataDefinedValEval().
|
static |
Definition at line 593 of file qgspallabeling.cpp.
References QgsPalLayerSettings::MapUnits, QgsPalLayerSettings::MM, QgsPalLayerSettings::Percent, and QgsPalLayerSettings::Points.
Referenced by QgsPalLayerSettings::dataDefinedValEval(), and QgsPalLayerSettings::registerFeature().
|
static |
Definition at line 575 of file qgspallabeling.cpp.
References QgsMapLayer::customProperty().
Referenced by QgsPalLayerSettings::readFromLayer().
|
static |
Definition at line 584 of file qgspallabeling.cpp.
References QgsMapLayer::setCustomProperty().
Referenced by QgsPalLayerSettings::writeToLayer().