QGIS API Documentation
2.6.0-Brighton
|
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.
QgsLabelingResults::QgsLabelingResults | ( | ) |
QgsLabelingResults::~QgsLabelingResults | ( | ) |
QList< QgsLabelPosition > QgsLabelingResults::labelsAtPosition | ( | const QgsPoint & | p | ) | const |
return infos about labels at a given (map) position
QList< QgsLabelPosition > QgsLabelingResults::labelsWithinRect | ( | const QgsRectangle & | r | ) | const |
return infos about labels within a given (map) rectangle
|
friend |