QGIS API Documentation 3.99.0-Master (752b475928d)
Loading...
Searching...
No Matches
QgsDartMeasurement Class Reference

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.

Detailed Description

Emits dart measurements for display in CDash reports.

Definition at line 28 of file qgsdartmeasurement.h.

Member Enumeration Documentation

◆ Type

Enumerator
Text 
ImagePng 
Integer 

Definition at line 31 of file qgsdartmeasurement.h.

Constructor & Destructor Documentation

◆ QgsDartMeasurement() [1/2]

QgsDartMeasurement::QgsDartMeasurement ( )
default

◆ QgsDartMeasurement() [2/2]

QgsDartMeasurement::QgsDartMeasurement ( const QString & name,
Type type,
const QString & value )

Definition at line 20 of file qgsdartmeasurement.cpp.

Member Function Documentation

◆ send()

void QgsDartMeasurement::send ( ) const

Definition at line 43 of file qgsdartmeasurement.cpp.

◆ toString()

const QString QgsDartMeasurement::toString ( ) const

Definition at line 27 of file qgsdartmeasurement.cpp.

◆ typeToString()

const QString QgsDartMeasurement::typeToString ( QgsDartMeasurement::Type type)
static

Convert a QgsDartMeasurement::Type enum to a string that is understood by the system.

Definition at line 49 of file qgsdartmeasurement.cpp.


The documentation for this class was generated from the following files: