QGIS API Documentation 3.43.0-Master (2366440f66a)
|
Contains settings related to how the label engine removes candidate label positions and reduces the number of displayed labels for one particular label feature. More...
#include <qgslabelthinningsettings.h>
Public Member Functions | |
double | labelMarginDistance () const |
Returns the minimum distance (in label units) between labels for this feature and other labels. | |
double | noRepeatDistance () const |
Returns the minimum distance (in label units) between labels for this feature and other labels with the same label text. | |
void | setLabelMarginDistance (double distance) |
Sets the minimum distance (in label units) between labels for this feature and other labels. | |
void | setNoRepeatDistance (double distance) |
Sets the minimum distance (in label units) between labels for this feature and other labels with the same label text. | |
Contains settings related to how the label engine removes candidate label positions and reduces the number of displayed labels for one particular label feature.
Definition at line 279 of file qgslabelthinningsettings.h.
|
inline |
Returns the minimum distance (in label units) between labels for this feature and other labels.
Definition at line 288 of file qgslabelthinningsettings.h.
|
inline |
Returns the minimum distance (in label units) between labels for this feature and other labels with the same label text.
Definition at line 302 of file qgslabelthinningsettings.h.
|
inline |
Sets the minimum distance (in label units) between labels for this feature and other labels.
Definition at line 295 of file qgslabelthinningsettings.h.
|
inline |
Sets the minimum distance (in label units) between labels for this feature and other labels with the same label text.
Definition at line 309 of file qgslabelthinningsettings.h.