Subgroup: other

Class: QgsDartMeasurement

class qgis.core.QgsDartMeasurement

Bases: sip.wrapper

Constructor for QgsDartMeasurement

QgsDartMeasurement(name: str, type: QgsDartMeasurement.Type, value: str)

QgsDartMeasurement(QgsDartMeasurement)

Methods

send
toString
typeToString Convert a QgsDartMeasurement.Type enum to a string that is understood by the system.

Signals

Attributes

ImagePng
Integer
Text
ImagePng = 1
Integer = 2
Text = 0
class Type

Bases: int

send(self)
toString(self) → str
typeToString(type: QgsDartMeasurement.Type) → str

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

New in version 2..