|
QGIS API Documentation 4.3.0-Master (16649ce5cc6)
|
Represents a trace renderer settings for vector datasets displayed by particle traces. More...
#include <qgsmeshrenderersettings.h>

Additional Inherited Members | |
| Public Member Functions inherited from QgsVectorFieldTracesSettings | |
| 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 267 of file qgsmeshrenderersettings.h.