|
QGIS API Documentation
2.14.0-Essen
|
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 | QgsVectorLayerDiagramProvider |
| class | QgsVectorLayerLabelProvider |
Class that stores computed placement from labeling engine.
Definition at line 837 of file qgspallabeling.h.
| QgsLabelingResults::QgsLabelingResults | ( | ) |
Definition at line 5044 of file qgspallabeling.cpp.
| QgsLabelingResults::~QgsLabelingResults | ( | ) |
Definition at line 5049 of file qgspallabeling.cpp.
| QList< QgsLabelPosition > QgsLabelingResults::labelsAtPosition | ( | const QgsPoint & | p | ) | const |
return infos about labels at a given (map) position
Definition at line 5055 of file qgspallabeling.cpp.
| QList< QgsLabelPosition > QgsLabelingResults::labelsWithinRect | ( | const QgsRectangle & | r | ) | const |
return infos about labels within a given (map) rectangle
Definition at line 5073 of file qgspallabeling.cpp.
|
friend |
Definition at line 854 of file qgspallabeling.h.
|
friend |
Definition at line 856 of file qgspallabeling.h.
|
friend |
Definition at line 855 of file qgspallabeling.h.
1.8.11