|
QGIS API Documentation
3.0.2-Girona (307d082)
|
Class that stores computed placement from labeling engine. More...
#include <qgspallabeling.h>
Public Member Functions | |
| QgsLabelingResults () | |
| QgsLabelingResults (const QgsLabelingResults &)=delete | |
| QgsLabelingResults cannot be copied. More... | |
| ~QgsLabelingResults () | |
| QList< QgsLabelPosition > | labelsAtPosition (const QgsPointXY &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... | |
| QgsLabelingResults & | operator= (const QgsLabelingResults &rh)=delete |
| QgsLabelingResults cannot be copied. More... | |
Friends | |
| class | QgsPalLabeling |
| class | QgsVectorLayerDiagramProvider |
| class | QgsVectorLayerLabelProvider |
Class that stores computed placement from labeling engine.
Definition at line 921 of file qgspallabeling.h.
| QgsLabelingResults::QgsLabelingResults | ( | ) |
Definition at line 3469 of file qgspallabeling.cpp.
| QgsLabelingResults::~QgsLabelingResults | ( | ) |
Definition at line 3474 of file qgspallabeling.cpp.
|
delete |
QgsLabelingResults cannot be copied.
| QList< QgsLabelPosition > QgsLabelingResults::labelsAtPosition | ( | const QgsPointXY & | p | ) | const |
return infos about labels at a given (map) position
Definition at line 3480 of file qgspallabeling.cpp.
| QList< QgsLabelPosition > QgsLabelingResults::labelsWithinRect | ( | const QgsRectangle & | r | ) | const |
return infos about labels within a given (map) rectangle
Definition at line 3498 of file qgspallabeling.cpp.
|
delete |
QgsLabelingResults cannot be copied.
|
friend |
Definition at line 944 of file qgspallabeling.h.
|
friend |
Definition at line 946 of file qgspallabeling.h.
|
friend |
Definition at line 945 of file qgspallabeling.h.
1.8.13