QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsUnitTypes::DistanceValue Struct Reference

A combination of distance value and unit. More...

#include <qgsunittypes.h>

Public Attributes

Qgis::DistanceUnit unit
 The value part of the distance. More...
 
double value
 The value part of the distance. More...
 

Detailed Description

A combination of distance value and unit.

Definition at line 48 of file qgsunittypes.h.

Member Data Documentation

◆ unit

Qgis::DistanceUnit QgsUnitTypes::DistanceValue::unit

The value part of the distance.

For 3.7 meters, this will be QgsUnitTypes::DistanceMeters.

Definition at line 59 of file qgsunittypes.h.

◆ value

double QgsUnitTypes::DistanceValue::value

The value part of the distance.

For 3.7 meters, this will be 3.7.

Definition at line 54 of file qgsunittypes.h.


The documentation for this struct was generated from the following file: