19 #ifndef QGSLABELSEARCHTREE_H 20 #define QGSLABELSEARCHTREE_H 22 #include "qgis_core.h" 79 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;
83 mutable pal::RTree<QgsLabelPosition *, double, 2, double> mSpatialIndex;
84 QList< QgsLabelPosition * > mOwnedPositions;
94 #endif // QGSLABELTREE_H A rectangle specified with double values.
A class to query the labeling structure at a given point (small wrapper around pal RTree class) ...
A class to represent a 2D point.
LabelPosition is a candidate feature label position.