|
QGIS API Documentation
3.10.0-A Coruña (6c816b4204)
|
#include "pal.h"#include "palstat.h"#include "layer.h"#include "rtree.hpp"#include "feature.h"#include "geomfunction.h"#include "labelposition.h"#include "problem.h"#include "util.h"#include "priorityqueue.h"#include "internalexception.h"#include <cfloat>#include <limits>#include "qgslabelingengine.h"
Go to the source code of this file.
Classes | |
| struct | _nokContext |
| struct | ChainContext |
| struct | FalpContext |
Typedefs | |
| typedef struct _nokContext | NokContext |
Functions | |
| bool | chainCallback (LabelPosition *lp, void *context) |
| void | delete_chain (Chain *chain) |
| bool | falpCallback1 (LabelPosition *lp, void *ctx) |
| bool | falpCallback2 (LabelPosition *lp, void *ctx) |
| void | ignoreLabel (LabelPosition *lp, PriorityQueue *list, RTree< LabelPosition *, double, 2, double > *candidates) |
| bool | nokCallback (LabelPosition *lp, void *context) |
| typedef struct _nokContext NokContext |
| bool chainCallback | ( | LabelPosition * | lp, |
| void * | context | ||
| ) |
Definition at line 369 of file problem.cpp.
|
inline |
Definition at line 48 of file problem.cpp.
| bool falpCallback1 | ( | LabelPosition * | lp, |
| void * | ctx | ||
| ) |
Definition at line 221 of file problem.cpp.
| bool falpCallback2 | ( | LabelPosition * | lp, |
| void * | ctx | ||
| ) |
Definition at line 183 of file problem.cpp.
| void ignoreLabel | ( | LabelPosition * | lp, |
| PriorityQueue * | list, | ||
| RTree< LabelPosition *, double, 2, double > * | candidates | ||
| ) |
Definition at line 197 of file problem.cpp.
| bool nokCallback | ( | LabelPosition * | lp, |
| void * | context | ||
| ) |
Definition at line 703 of file problem.cpp.
1.8.13