| QGIS API Documentation
    3.16.0-Hannover (43b64b13f3)
    | 
#include <qgsdartmeasurement.h>
| Public Types | |
| enum | Type { Text, ImagePng, Integer } | 
| Public Member Functions | |
| QgsDartMeasurement ()=default | |
| Constructor for QgsDartMeasurement.  More... | |
| QgsDartMeasurement (const QString &name, Type type, const QString &value) | |
| void | send () const | 
| const QString | toString () const | 
| Static Public Member Functions | |
| static const QString | typeToString (QgsDartMeasurement::Type type) | 
| Convert a QgsDartMeasurement::Type enum to a string that is understood by the system.  More... | |
Definition at line 27 of file qgsdartmeasurement.h.
| Enumerator | |
|---|---|
| Text | |
| ImagePng | |
| Integer | |
Definition at line 30 of file qgsdartmeasurement.h.
| 
 | default | 
Constructor for QgsDartMeasurement.
| QgsDartMeasurement::QgsDartMeasurement | ( | const QString & | name, | 
| Type | type, | ||
| const QString & | value | ||
| ) | 
Definition at line 20 of file qgsdartmeasurement.cpp.
| void QgsDartMeasurement::send | ( | ) | const | 
Definition at line 43 of file qgsdartmeasurement.cpp.
| const QString QgsDartMeasurement::toString | ( | ) | const | 
Definition at line 27 of file qgsdartmeasurement.cpp.
| 
 | static | 
Convert a QgsDartMeasurement::Type enum to a string that is understood by the system.
Definition at line 53 of file qgsdartmeasurement.cpp.