| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
#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 49 of file qgsdartmeasurement.cpp.
 1.8.13