QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
#include "qgsgeometry.h"
#include "qgspallabeling.h"
#include <QList>
#include <iostream>
#include <ctime>
#include <QMutex>
#include <QStringList>
Go to the source code of this file.
Classes | |
class | pal::Pal |
Main Pal labelling class. More... | |
Namespaces | |
pal | |
Enumerations | |
enum | pal::LineArrangementFlag { pal::FLAG_ON_LINE = 1, pal::FLAG_ABOVE_LINE = 2, pal::FLAG_BELOW_LINE = 4, pal::FLAG_MAP_ORIENTATION = 8 } |
Enumeration line arrangement flags. More... | |
enum | pal::SearchMethod { pal::CHAIN = 0, pal::POPMUSIC_TABU_CHAIN = 1, pal::POPMUSIC_TABU = 2, pal::POPMUSIC_CHAIN = 3, pal::FALP = 4 } |
Search method to use. More... | |
Functions | |
GEOSContextHandle_t | pal::geosContext () |
Get GEOS context handle to be used in all GEOS library calls with reentrant API. More... | |