QGIS API Documentation  2.14.0-Essen
Public Member Functions | Friends | List of all members
QgsLabelingResults Class Reference

Class that stores computed placement from labeling engine. More...

#include <qgspallabeling.h>

Public Member Functions

 QgsLabelingResults ()
 
 ~QgsLabelingResults ()
 
QList< QgsLabelPositionlabelsAtPosition (const QgsPoint &p) const
 return infos about labels at a given (map) position More...
 
QList< QgsLabelPositionlabelsWithinRect (const QgsRectangle &r) const
 return infos about labels within a given (map) rectangle More...
 

Friends

class QgsPalLabeling
 
class QgsVectorLayerDiagramProvider
 
class QgsVectorLayerLabelProvider
 

Detailed Description

Class that stores computed placement from labeling engine.

Note
added in 2.4

Definition at line 837 of file qgspallabeling.h.

Constructor & Destructor Documentation

QgsLabelingResults::QgsLabelingResults ( )

Definition at line 5044 of file qgspallabeling.cpp.

QgsLabelingResults::~QgsLabelingResults ( )

Definition at line 5049 of file qgspallabeling.cpp.

Member Function Documentation

QList< QgsLabelPosition > QgsLabelingResults::labelsAtPosition ( const QgsPoint p) const

return infos about labels at a given (map) position

Definition at line 5055 of file qgspallabeling.cpp.

QList< QgsLabelPosition > QgsLabelingResults::labelsWithinRect ( const QgsRectangle r) const

return infos about labels within a given (map) rectangle

Definition at line 5073 of file qgspallabeling.cpp.

Friends And Related Function Documentation

friend class QgsPalLabeling
friend

Definition at line 854 of file qgspallabeling.h.

friend class QgsVectorLayerDiagramProvider
friend

Definition at line 856 of file qgspallabeling.h.

friend class QgsVectorLayerLabelProvider
friend

Definition at line 855 of file qgspallabeling.h.


The documentation for this class was generated from the following files: