Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -27,12 +27,12 @@ Class that stores computed placement from labeling engine. |
|
|
|
|
|
QList<QgsLabelPosition> labelsAtPosition( const QgsPointXY &p ) const; |
|
|
%Docstring |
|
|
Returns the details of any labels placed at the specifed point (in map coordinates). |
|
|
Returns the details of any labels placed at the specified point (in map coordinates). |
|
|
%End |
|
|
|
|
|
QList<QgsLabelPosition> labelsWithinRect( const QgsRectangle &r ) const; |
|
|
%Docstring |
|
|
Returns the details of any labels placed within the specifed rectangle (in map coordinates). |
|
|
Returns the details of any labels placed within the specified rectangle (in map coordinates). |
|
|
%End |
|
|
|
|
|
QList<QgsCalloutPosition> calloutsWithinRectangle( const QgsRectangle &rectangle ) const; |
|
|
|
@@ -41,12 +41,12 @@ class CORE_EXPORT QgsLabelingResults |
|
|
QgsLabelingResults &operator=( const QgsLabelingResults &rh ) = delete; |
|
|
|
|
|
/** |
|
|
* Returns the details of any labels placed at the specifed point (in map coordinates). |
|
|
* Returns the details of any labels placed at the specified point (in map coordinates). |
|
|
*/ |
|
|
QList<QgsLabelPosition> labelsAtPosition( const QgsPointXY &p ) const; |
|
|
|
|
|
/** |
|
|
* Returns the details of any labels placed within the specifed rectangle (in map coordinates). |
|
|
* Returns the details of any labels placed within the specified rectangle (in map coordinates). |
|
|
*/ |
|
|
QList<QgsLabelPosition> labelsWithinRect( const QgsRectangle &r ) const; |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.