16#ifndef QGSVECTORFIELDTRACESSETTINGS_H
17#define QGSVECTORFIELDTRACESSETTINGS_H
48 void readXml(
const QDomElement &elem );
50 QDomElement
writeXml( QDomDocument &doc )
const;
53 int mParticlesCount = 1000;
54 double mMaximumTailLength = 100;
RenderUnit
Rendering size units.
@ Millimeters
Millimeters.
Represents a trace renderer settings for vector datasets displayed by particle traces.
Qgis::RenderUnit maximumTailLengthUnit() const
Returns the maximum tail length unit.
int particlesCount() const
Returns particles count.
QDomElement writeXml(QDomDocument &doc) const
Writes configuration to a new DOM element.
void readXml(const QDomElement &elem)
Reads configuration from the given DOM element.
void setMaximumTailLengthUnit(Qgis::RenderUnit maximumTailLengthUnit)
Sets the maximum tail length unit.
double maximumTailLength() const
Returns the maximum tail length.
void setParticlesCount(int value)
Sets particles count.
void setMaximumTailLength(double maximumTailLength)
Sets the maximums tail length.