QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgis.h"
#include "qgslabelingenginerule.h"
#include "qgsvectorlayerref.h"
#include "qgsmapunitscale.h"
Go to the source code of this file.
Classes | |
class | QgsAbstractLabelingEngineRuleDistanceFromFeature |
Base class for labeling engine rules which prevents labels being placed too close or to far from features from a different layer. More... | |
class | QgsLabelingEngineRuleAvoidLabelOverlapWithFeature |
A labeling engine rule which prevents labels being placed overlapping features from a different layer. More... | |
class | QgsLabelingEngineRuleMaximumDistanceLabelToFeature |
A labeling engine rule which prevents labels being placed too far from features from a different layer. More... | |
class | QgsLabelingEngineRuleMinimumDistanceLabelToFeature |
A labeling engine rule which prevents labels being placed too close to features from a different layer. More... | |
class | QgsLabelingEngineRuleMinimumDistanceLabelToLabel |
A labeling engine rule which prevents labels being placed too close to labels from a different layer. More... | |