QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Represents a trace renderer settings for vector datasets displayed by particle traces. More...
#include <qgsmeshrenderersettings.h>
Public Member Functions | |
double | maximumTailLength () const |
Returns the maximum tail length. | |
Qgis::RenderUnit | maximumTailLengthUnit () const |
Returns the maximum tail length unit. | |
int | particlesCount () const |
Returns particles count. | |
void | readXml (const QDomElement &elem) |
Reads configuration from the given DOM element. | |
void | setMaximumTailLength (double maximumTailLength) |
Sets the maximums tail length. | |
void | setMaximumTailLengthUnit (Qgis::RenderUnit maximumTailLengthUnit) |
Sets the maximum tail length unit. | |
void | setParticlesCount (int value) |
Sets particles count. | |
QDomElement | writeXml (QDomDocument &doc) const |
Writes configuration to a new DOM element. | |
Represents a trace renderer settings for vector datasets displayed by particle traces.
Definition at line 369 of file qgsmeshrenderersettings.h.
double QgsMeshRendererVectorTracesSettings::maximumTailLength | ( | ) | const |
Returns the maximum tail length.
Definition at line 728 of file qgsmeshrenderersettings.cpp.
Qgis::RenderUnit QgsMeshRendererVectorTracesSettings::maximumTailLengthUnit | ( | ) | const |
Returns the maximum tail length unit.
Definition at line 718 of file qgsmeshrenderersettings.cpp.
int QgsMeshRendererVectorTracesSettings::particlesCount | ( | ) | const |
Returns particles count.
Definition at line 738 of file qgsmeshrenderersettings.cpp.
void QgsMeshRendererVectorTracesSettings::readXml | ( | const QDomElement & | elem | ) |
Reads configuration from the given DOM element.
Definition at line 700 of file qgsmeshrenderersettings.cpp.
void QgsMeshRendererVectorTracesSettings::setMaximumTailLength | ( | double | maximumTailLength | ) |
Sets the maximums tail length.
Definition at line 733 of file qgsmeshrenderersettings.cpp.
void QgsMeshRendererVectorTracesSettings::setMaximumTailLengthUnit | ( | Qgis::RenderUnit | maximumTailLengthUnit | ) |
Sets the maximum tail length unit.
Definition at line 723 of file qgsmeshrenderersettings.cpp.
void QgsMeshRendererVectorTracesSettings::setParticlesCount | ( | int | value | ) |
Sets particles count.
Definition at line 743 of file qgsmeshrenderersettings.cpp.
QDomElement QgsMeshRendererVectorTracesSettings::writeXml | ( | QDomDocument & | doc | ) | const |
Writes configuration to a new DOM element.
Definition at line 708 of file qgsmeshrenderersettings.cpp.