2017-05-14 09:48:41 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/qgsdartmeasurement.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-06-11 19:16:55 +02:00
|
|
|
class QgsDartMeasurement
|
|
|
|
{
|
2017-05-14 09:48:41 +02:00
|
|
|
|
2015-06-11 19:16:55 +02:00
|
|
|
%TypeHeaderCode
|
2017-05-14 09:48:41 +02:00
|
|
|
#include "qgsdartmeasurement.h"
|
2015-06-11 19:16:55 +02:00
|
|
|
%End
|
|
|
|
public:
|
|
|
|
enum Type
|
|
|
|
{
|
|
|
|
Text,
|
|
|
|
ImagePng,
|
|
|
|
Integer
|
|
|
|
};
|
|
|
|
|
|
|
|
QgsDartMeasurement();
|
2017-11-11 15:22:19 +10:00
|
|
|
%Docstring
|
|
|
|
Constructor for QgsDartMeasurement
|
|
|
|
%End
|
2015-06-11 19:16:55 +02:00
|
|
|
|
2017-05-01 16:42:33 +02:00
|
|
|
QgsDartMeasurement( const QString &name, Type type, const QString &value );
|
2015-06-11 19:16:55 +02:00
|
|
|
|
|
|
|
const QString toString() const;
|
|
|
|
|
|
|
|
void send() const;
|
|
|
|
|
|
|
|
static const QString typeToString( QgsDartMeasurement::Type type );
|
2017-05-14 09:48:41 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Convert a QgsDartMeasurement.Type enum to a string that is understood
|
|
|
|
by the system.
|
|
|
|
|
2017-05-14 19:57:58 +02:00
|
|
|
.. versionadded:: 2.
|
2017-05-14 09:48:41 +02:00
|
|
|
%End
|
|
|
|
|
2015-06-11 19:16:55 +02:00
|
|
|
};
|
2017-05-14 09:48:41 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/qgsdartmeasurement.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|