QGIS API Documentation
2.8.2-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 | |
QList< QgsLabelPosition > | labelsWithinRect (const QgsRectangle &r) const |
return infos about labels within a given (map) rectangle |
Friends | |
class | QgsPalLabeling |
Class that stores computed placement from labeling engine.
Definition at line 684 of file qgspallabeling.h.
QgsLabelingResults::QgsLabelingResults | ( | ) |
Definition at line 5072 of file qgspallabeling.cpp.
QgsLabelingResults::~QgsLabelingResults | ( | ) |
Definition at line 5077 of file qgspallabeling.cpp.
QList< QgsLabelPosition > QgsLabelingResults::labelsAtPosition | ( | const QgsPoint & | p | ) | const |
return infos about labels at a given (map) position
Definition at line 5083 of file qgspallabeling.cpp.
QList< QgsLabelPosition > QgsLabelingResults::labelsWithinRect | ( | const QgsRectangle & | r | ) | const |
return infos about labels within a given (map) rectangle
Definition at line 5101 of file qgspallabeling.cpp.
|
friend |
Definition at line 700 of file qgspallabeling.h.