QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsProfileIdentifyContext Class Reference

Encapsulates the context of identifying profile results. More...

#include <qgsabstractprofilegenerator.h>

Public Attributes

double displayRatioElevationVsDistance = 1
 Display ratio of elevation vs distance units. More...
 
double maximumPointDistanceDelta = 0
 Maximum allowed snapping delta for the distance values when identifying a point. More...
 
double maximumPointElevationDelta = 0
 Maximum allowed snapping delta for the elevation values when identifying a point. More...
 
double maximumSurfaceDistanceDelta = 0
 Maximum allowed snapping delta for the distance values when identifying a continuous elevation surface. More...
 
double maximumSurfaceElevationDelta = 0
 Maximum allowed snapping delta for the elevation values when identifying a continuous elevation surface. More...
 
QgsProjectproject = nullptr
 Associated project. More...
 

Detailed Description

Encapsulates the context of identifying profile results.

Since
QGIS 3.26

Definition at line 124 of file qgsabstractprofilegenerator.h.

Member Data Documentation

◆ displayRatioElevationVsDistance

double QgsProfileIdentifyContext::displayRatioElevationVsDistance = 1

Display ratio of elevation vs distance units.

Definition at line 141 of file qgsabstractprofilegenerator.h.

◆ maximumPointDistanceDelta

double QgsProfileIdentifyContext::maximumPointDistanceDelta = 0

Maximum allowed snapping delta for the distance values when identifying a point.

Definition at line 135 of file qgsabstractprofilegenerator.h.

◆ maximumPointElevationDelta

double QgsProfileIdentifyContext::maximumPointElevationDelta = 0

Maximum allowed snapping delta for the elevation values when identifying a point.

Definition at line 138 of file qgsabstractprofilegenerator.h.

◆ maximumSurfaceDistanceDelta

double QgsProfileIdentifyContext::maximumSurfaceDistanceDelta = 0

Maximum allowed snapping delta for the distance values when identifying a continuous elevation surface.

Definition at line 129 of file qgsabstractprofilegenerator.h.

◆ maximumSurfaceElevationDelta

double QgsProfileIdentifyContext::maximumSurfaceElevationDelta = 0

Maximum allowed snapping delta for the elevation values when identifying a continuous elevation surface.

Definition at line 132 of file qgsabstractprofilegenerator.h.

◆ project

QgsProject* QgsProfileIdentifyContext::project = nullptr

Associated project.

Definition at line 144 of file qgsabstractprofilegenerator.h.


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