61 DefaultQgsSetting = -1,
67 Q_ENUM( IdentifyMode )
76 AllLayers = VectorLayer | RasterLayer | MeshLayer | VectorTileLayer | PointCloudLayer
87 : mLayer( layer ), mFeature( feature ), mDerivedAttributes( derivedAttributes ) {}
89 IdentifyResult(
QgsMapLayer *layer,
const QString &label,
const QMap< QString, QString > &attributes,
const QMap< QString, QString > &derivedAttributes )
90 : mLayer( layer ), mLabel( label ), mAttributes( attributes ), mDerivedAttributes( derivedAttributes ) {}
93 : mLayer( layer ), mLabel( label ), mFields( fields ), mFeature( feature ), mDerivedAttributes( derivedAttributes ) {}
125 QList<QgsMapToolIdentify::IdentifyResult> identify(
int x,
int y,
const QList<QgsMapLayer *> &layerList = QList<QgsMapLayer *>(), IdentifyMode mode = DefaultQgsSetting,
const QgsIdentifyContext &identifyContext =
QgsIdentifyContext() );
138 QList<QgsMapToolIdentify::IdentifyResult> identify(
int x,
int y, IdentifyMode mode, LayerType layerType = AllLayers,
const QgsIdentifyContext &identifyContext =
QgsIdentifyContext() );
157 static void fromPointCloudIdentificationToIdentifyResults(
QgsPointCloudLayer *layer,
const QVector<QVariantMap> &identified, QList<QgsMapToolIdentify::IdentifyResult> &results )
SIP_SKIP;
165 void fromElevationProfileLayerIdentificationToIdentifyResults(
QgsMapLayer *layer,
const QVector<QVariantMap> &identified, QList<QgsMapToolIdentify::IdentifyResult> &results )
SIP_SKIP;
225 QMap< QString, QString > derivedAttributesForPoint(
const QgsPoint &point );
239 void setCanvasPropertiesOverrides(
double searchRadiusMapUnits );
246 void restoreCanvasPropertiesOverrides();
274 QString formatDistance(
double distance )
const;
280 QString formatArea(
double area )
const;
303 bool showTransformedZ, QMap< QString, QString > &derivedAttributes );
314 void formatCoordinate(
const QgsPointXY &canvasPoint, QString &x, QString &y )
const;
319 double mLastMapUnitsPerPixel;
323 int mCoordinatePrecision;
325 double mOverrideCanvasSearchRadius = -1;
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Identify contexts are used to encapsulate the settings to be used to perform an identify action.
Contains information about the context of a rendering operation.
Q_DECLARE_OPERATORS_FOR_FLAGS(QgsTextRendererUtils::CurvedTextFlags)