19 #ifndef QGSLABELSEARCHTREE_H
20 #define QGSLABELSEARCHTREE_H
27 #include <labelposition.h>
46 void label(
const QgsPoint& p, QList<QgsLabelPosition*>& posList );
52 void labelsInRect(
const QgsRectangle& r, QList<QgsLabelPosition*>& posList );
58 bool insertLabel( LabelPosition* labelPos,
int featureId,
const QString& layerName,
const QString& labeltext,
const QFont& labelfont,
bool diagram =
false,
bool pinned =
false );
64 #endif // QGSLABELTREE_H