| QGIS API Documentation
    3.16.0-Hannover (43b64b13f3)
    | 
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 | 
| Returns infos about labels at a given (map) position.  More... | |
| QList< QgsLabelPosition > | labelsWithinRect (const QgsRectangle &r) const | 
| Returns infos about labels within a given (map) rectangle.  More... | |
| QgsLabelingResults & | operator= (const QgsLabelingResults &rh)=delete | 
| QgsLabelingResults cannot be copied.  More... | |
| void | setMapSettings (const QgsMapSettings &settings) | 
| Sets the map settings associated with the labeling run.  More... | |
| Friends | |
| class | QgsPalLabeling | 
| class | QgsVectorLayerDiagramProvider | 
| class | QgsVectorLayerLabelProvider | 
Class that stores computed placement from labeling engine.
Definition at line 1223 of file qgspallabeling.h.
| QgsLabelingResults::QgsLabelingResults | ( | ) | 
Definition at line 4349 of file qgspallabeling.cpp.
| 
 | default | 
| 
 | delete | 
QgsLabelingResults cannot be copied.
| QList< QgsLabelPosition > QgsLabelingResults::labelsAtPosition | ( | const QgsPointXY & | p | ) | const | 
Returns infos about labels at a given (map) position.
Definition at line 4356 of file qgspallabeling.cpp.
| QList< QgsLabelPosition > QgsLabelingResults::labelsWithinRect | ( | const QgsRectangle & | r | ) | const | 
Returns infos about labels within a given (map) rectangle.
Definition at line 4374 of file qgspallabeling.cpp.
| 
 | delete | 
QgsLabelingResults cannot be copied.
| void QgsLabelingResults::setMapSettings | ( | const QgsMapSettings & | settings | ) | 
Sets the map settings associated with the labeling run.
Definition at line 4392 of file qgspallabeling.cpp.
| 
 | friend | 
Definition at line 1252 of file qgspallabeling.h.
| 
 | friend | 
Definition at line 1254 of file qgspallabeling.h.
| 
 | friend | 
Definition at line 1253 of file qgspallabeling.h.