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

Additional Inherited Members | |
| Public Member Functions inherited from QgsVectorFieldArrowSettings | |
| double | arrowHeadLengthRatio () const |
| Returns ratio of the head length of the arrow (range 0-1). | |
| double | arrowHeadWidthRatio () const |
| Returns ratio of the head width of the arrow (range 0-1). | |
| double | fixedShaftLength () const |
| Returns fixed arrow length (in millimeters). | |
| double | maxShaftLength () const |
| Returns maximum shaft length (in millimeters). | |
| double | minShaftLength () const |
| Returns mininimum shaft length (in millimeters). | |
| void | readXml (const QDomElement &elem) |
| Reads configuration from the given DOM element. | |
| double | scaleFactor () const |
| Returns scale factor. | |
| void | setArrowHeadLengthRatio (double arrowHeadLengthRatio) |
| Sets ratio of the head length of the arrow (range 0-1). | |
| void | setArrowHeadWidthRatio (double arrowHeadWidthRatio) |
| Sets ratio of the head width of the arrow (range 0-1). | |
| void | setFixedShaftLength (double fixedShaftLength) |
| Sets fixed length (in millimeters). | |
| void | setMaxShaftLength (double maxShaftLength) |
| Sets maximum shaft length (in millimeters). | |
| void | setMinShaftLength (double minShaftLength) |
| Sets mininimum shaft length (in millimeters). | |
| void | setScaleFactor (double scaleFactor) |
| Sets scale factor. | |
| void | setShaftLengthMethod (Qgis::VectorFieldArrowScalingMethod shaftLengthMethod) |
| Sets method used for drawing arrows. | |
| Qgis::VectorFieldArrowScalingMethod | shaftLengthMethod () const |
| Returns method used for drawing arrows. | |
| QDomElement | writeXml (QDomDocument &doc) const |
| Writes configuration to a new DOM element. | |
Represents a mesh renderer settings for vector datasets displayed with arrows.
Definition at line 237 of file qgsmeshrenderersettings.h.