19 #ifndef QGSLABELSEARCHTREE_H 20 #define QGSLABELSEARCHTREE_H 22 #include "qgis_core.h" 74 bool insertLabel(
pal::LabelPosition *labelPos,
int featureId,
const QString &layerName,
const QString &labeltext,
const QFont &labelfont,
bool diagram =
false,
bool pinned =
false,
const QString &providerId = QString() )
SIP_SKIP;
78 mutable pal::RTree<QgsLabelPosition *, double, 2, double> mSpatialIndex;
79 QList< QgsLabelPosition * > mOwnedPositions;
89 #endif // QGSLABELTREE_H A rectangle specified with double values.
A class to query the labeling structure at a given point (small wraper around pal RTree class) ...
A class to represent a 2D point.
LabelPosition is a candidate feature label position.