QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include <qgsmeshrenderersettings.h>
Public Member Functions | |
double | maximumTailLength () const |
Returns the maximum tail length. More... | |
QgsUnitTypes::RenderUnit | maximumTailLengthUnit () const |
Returns the maximum tail length unit. More... | |
int | particlesCount () const |
Returns particles count. More... | |
void | readXml (const QDomElement &elem) |
Reads configuration from the given DOM element. More... | |
void | setMaximumTailLength (double maximumTailLength) |
Sets the maximums tail length. More... | |
void | setMaximumTailLengthUnit (const QgsUnitTypes::RenderUnit &maximumTailLengthUnit) |
Sets the maximum tail length unit. More... | |
void | setParticlesCount (int value) |
Sets particles count. More... | |
QDomElement | writeXml (QDomDocument &doc) const |
Writes configuration to a new DOM element. More... | |
Represents a trace renderer settings for vector datasets displayed by particle traces
Definition at line 370 of file qgsmeshrenderersettings.h.
double QgsMeshRendererVectorTracesSettings::maximumTailLength | ( | ) | const |
Returns the maximum tail length.
Definition at line 725 of file qgsmeshrenderersettings.cpp.
QgsUnitTypes::RenderUnit QgsMeshRendererVectorTracesSettings::maximumTailLengthUnit | ( | ) | const |
Returns the maximum tail length unit.
Definition at line 715 of file qgsmeshrenderersettings.cpp.
int QgsMeshRendererVectorTracesSettings::particlesCount | ( | ) | const |
Returns particles count.
Definition at line 735 of file qgsmeshrenderersettings.cpp.
void QgsMeshRendererVectorTracesSettings::readXml | ( | const QDomElement & | elem | ) |
Reads configuration from the given DOM element.
Definition at line 697 of file qgsmeshrenderersettings.cpp.
void QgsMeshRendererVectorTracesSettings::setMaximumTailLength | ( | double | maximumTailLength | ) |
Sets the maximums tail length.
Definition at line 730 of file qgsmeshrenderersettings.cpp.
void QgsMeshRendererVectorTracesSettings::setMaximumTailLengthUnit | ( | const QgsUnitTypes::RenderUnit & | maximumTailLengthUnit | ) |
Sets the maximum tail length unit.
Definition at line 720 of file qgsmeshrenderersettings.cpp.
void QgsMeshRendererVectorTracesSettings::setParticlesCount | ( | int | value | ) |
Sets particles count.
Definition at line 740 of file qgsmeshrenderersettings.cpp.
QDomElement QgsMeshRendererVectorTracesSettings::writeXml | ( | QDomDocument & | doc | ) | const |
Writes configuration to a new DOM element.
Definition at line 705 of file qgsmeshrenderersettings.cpp.