QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Label blocking region (in map coordinates and CRS). More...
#include <qgsmapsettings.h>
Public Member Functions | |
QgsLabelBlockingRegion (const QgsGeometry &geometry) | |
Constructor for a label blocking region. More... | |
Public Attributes | |
QgsGeometry | geometry |
Geometry of region to avoid placing labels within (in destination map coordinates and CRS) More... | |
Label blocking region (in map coordinates and CRS).
Definition at line 50 of file qgsmapsettings.h.
|
inlineexplicit |
Constructor for a label blocking region.
Definition at line 57 of file qgsmapsettings.h.
QgsGeometry QgsLabelBlockingRegion::geometry |
Geometry of region to avoid placing labels within (in destination map coordinates and CRS)
Definition at line 62 of file qgsmapsettings.h.