QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Emits dart measurements for display in CDash reports. More...
#include <qgsdartmeasurement.h>
Public Types | |
enum | Type { Text , ImagePng , Integer } |
Public Member Functions | |
QgsDartMeasurement ()=default | |
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. | |
Emits dart measurements for display in CDash reports.
Definition at line 28 of file qgsdartmeasurement.h.
Enumerator | |
---|---|
Text | |
ImagePng | |
Integer |
Definition at line 31 of file qgsdartmeasurement.h.
|
default |
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.