|
QGIS API Documentation
2.8.6-Wien
|
Class that stores computed placement from labeling engine. More...
#include <qgspallabeling.h>
Public Member Functions | |
| QgsLabelingResults () | |
| ~QgsLabelingResults () | |
| QList< QgsLabelPosition > | labelsAtPosition (const QgsPoint &p) const |
| return infos about labels at a given (map) position More... | |
| QList< QgsLabelPosition > | labelsWithinRect (const QgsRectangle &r) const |
| return infos about labels within a given (map) rectangle More... | |
Friends | |
| class | QgsPalLabeling |
Class that stores computed placement from labeling engine.
Definition at line 684 of file qgspallabeling.h.
| QgsLabelingResults::QgsLabelingResults | ( | ) |
Definition at line 5084 of file qgspallabeling.cpp.
| QgsLabelingResults::~QgsLabelingResults | ( | ) |
Definition at line 5089 of file qgspallabeling.cpp.
| QList< QgsLabelPosition > QgsLabelingResults::labelsAtPosition | ( | const QgsPoint & | p | ) | const |
return infos about labels at a given (map) position
Definition at line 5095 of file qgspallabeling.cpp.
| QList< QgsLabelPosition > QgsLabelingResults::labelsWithinRect | ( | const QgsRectangle & | r | ) | const |
return infos about labels within a given (map) rectangle
Definition at line 5113 of file qgspallabeling.cpp.
|
friend |
Definition at line 700 of file qgspallabeling.h.
1.8.11