QGIS/python/core/auto_generated/qgsdartmeasurement.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

52 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsdartmeasurement.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsDartMeasurement
{
%Docstring(signature="appended")
Emits dart measurements for display in CDash reports.
%End
%TypeHeaderCode
#include "qgsdartmeasurement.h"
%End
public:
enum Type
{
Text,
ImagePng,
Integer
};
QgsDartMeasurement();
QgsDartMeasurement( const QString &name, Type type, const QString &value );
const QString toString() const;
void send() const;
static const QString typeToString( QgsDartMeasurement::Type type );
%Docstring
Convert a QgsDartMeasurement.Type enum to a string that is understood by
the system.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsdartmeasurement.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/