QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
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 849 of file qgspallabeling.h.
QgsLabelingResults::QgsLabelingResults | ( | ) |
Definition at line 5278 of file qgspallabeling.cpp.
QgsLabelingResults::~QgsLabelingResults | ( | ) |
Definition at line 5283 of file qgspallabeling.cpp.
QList< QgsLabelPosition > QgsLabelingResults::labelsAtPosition | ( | const QgsPoint & | p | ) | const |
return infos about labels at a given (map) position
Definition at line 5289 of file qgspallabeling.cpp.
QList< QgsLabelPosition > QgsLabelingResults::labelsWithinRect | ( | const QgsRectangle & | r | ) | const |
return infos about labels within a given (map) rectangle
Definition at line 5307 of file qgspallabeling.cpp.
|
friend |
Definition at line 866 of file qgspallabeling.h.
|
friend |
Definition at line 868 of file qgspallabeling.h.
|
friend |
Definition at line 867 of file qgspallabeling.h.