|
QGIS API Documentation 4.3.0-Master (0d5b841b09e)
|
Represents a mesh renderer settings for vector datasets displayed with wind barbs. More...
#include <qgsmeshrenderersettings.h>

Additional Inherited Members | |
| Public Member Functions inherited from QgsVectorFieldWindBarbSettings | |
| double | magnitudeMultiplier () const |
| Returns the multiplier for the magnitude to convert it to knots, according to the units set with setMagnitudeUnits() A custom multiplier can be set with setMagnitudeMultiplier() for the case when units are set to OtherUnit. | |
| Qgis::WindSpeedUnit | magnitudeUnits () const |
| Returns the units that the data are in. | |
| void | readXml (const QDomElement &elem) |
| Reads configuration from the given DOM element. | |
| void | setMagnitudeMultiplier (double magnitudeMultiplier) |
| Sets a multiplier for the magnitude to convert it to knots. | |
| void | setMagnitudeUnits (Qgis::WindSpeedUnit units) |
| Sets the units that the data are in. | |
| void | setShaftLength (double shaftLength) |
| Sets the shaft length (in millimeters). | |
| void | setShaftLengthUnits (Qgis::RenderUnit shaftLengthUnit) |
| Sets the units for the shaft length. | |
| double | shaftLength () const |
| Returns the shaft length (in millimeters). | |
| Qgis::RenderUnit | shaftLengthUnits () const |
| Returns the units for the shaft length. | |
| QDomElement | writeXml (QDomDocument &doc) const |
| Writes configuration to a new DOM element. | |
Represents a mesh renderer settings for vector datasets displayed with wind barbs.
Definition at line 282 of file qgsmeshrenderersettings.h.