QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
Loading...
Searching...
No Matches
QgsMeshRendererVectorTracesSettings Class Reference

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.

Detailed Description

Represents a trace renderer settings for vector datasets displayed by particle traces.

Note
The API is considered EXPERIMENTAL and can be changed without a notice
Since
QGIS 3.12

Definition at line 398 of file qgsmeshrenderersettings.h.

Member Function Documentation

◆ maximumTailLength()

double QgsMeshRendererVectorTracesSettings::maximumTailLength ( ) const

Returns the maximum tail length.

Definition at line 818 of file qgsmeshrenderersettings.cpp.

◆ maximumTailLengthUnit()

Qgis::RenderUnit QgsMeshRendererVectorTracesSettings::maximumTailLengthUnit ( ) const

Returns the maximum tail length unit.

Definition at line 808 of file qgsmeshrenderersettings.cpp.

◆ particlesCount()

int QgsMeshRendererVectorTracesSettings::particlesCount ( ) const

Returns particles count.

Definition at line 828 of file qgsmeshrenderersettings.cpp.

◆ readXml()

void QgsMeshRendererVectorTracesSettings::readXml ( const QDomElement & elem)

Reads configuration from the given DOM element.

Definition at line 791 of file qgsmeshrenderersettings.cpp.

◆ setMaximumTailLength()

void QgsMeshRendererVectorTracesSettings::setMaximumTailLength ( double maximumTailLength)

Sets the maximums tail length.

Definition at line 823 of file qgsmeshrenderersettings.cpp.

◆ setMaximumTailLengthUnit()

void QgsMeshRendererVectorTracesSettings::setMaximumTailLengthUnit ( Qgis::RenderUnit maximumTailLengthUnit)

Sets the maximum tail length unit.

Definition at line 813 of file qgsmeshrenderersettings.cpp.

◆ setParticlesCount()

void QgsMeshRendererVectorTracesSettings::setParticlesCount ( int value)

Sets particles count.

Definition at line 833 of file qgsmeshrenderersettings.cpp.

◆ writeXml()

QDomElement QgsMeshRendererVectorTracesSettings::writeXml ( QDomDocument & doc) const

Writes configuration to a new DOM element.

Definition at line 798 of file qgsmeshrenderersettings.cpp.


The documentation for this class was generated from the following files: