#include <qgsmaptoolidentify.h>
|
| IdentifyResult ()=default |
| Constructor for IdentifyResult. More...
|
|
| IdentifyResult (QgsMapLayer *layer, const QgsFeature &feature, const QMap< QString, QString > &derivedAttributes) |
|
| IdentifyResult (QgsMapLayer *layer, const QString &label, const QgsFields &fields, const QgsFeature &feature, const QMap< QString, QString > &derivedAttributes) |
|
| IdentifyResult (QgsMapLayer *layer, const QString &label, const QMap< QString, QString > &attributes, const QMap< QString, QString > &derivedAttributes) |
|
Definition at line 79 of file qgsmaptoolidentify.h.
◆ IdentifyResult() [1/4]
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
| ) |
|
|
default |
◆ IdentifyResult() [2/4]
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
const QgsFeature & |
feature, |
|
|
const QMap< QString, QString > & |
derivedAttributes |
|
) |
| |
|
inline |
◆ IdentifyResult() [3/4]
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
const QString & |
label, |
|
|
const QMap< QString, QString > & |
attributes, |
|
|
const QMap< QString, QString > & |
derivedAttributes |
|
) |
| |
|
inline |
◆ IdentifyResult() [4/4]
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
const QString & |
label, |
|
|
const QgsFields & |
fields, |
|
|
const QgsFeature & |
feature, |
|
|
const QMap< QString, QString > & |
derivedAttributes |
|
) |
| |
|
inline |
◆ mAttributes
QMap< QString, QString > QgsMapToolIdentify::IdentifyResult::mAttributes |
◆ mDerivedAttributes
QMap< QString, QString > QgsMapToolIdentify::IdentifyResult::mDerivedAttributes |
◆ mFeature
QgsFeature QgsMapToolIdentify::IdentifyResult::mFeature |
◆ mFields
QgsFields QgsMapToolIdentify::IdentifyResult::mFields |
◆ mLabel
QString QgsMapToolIdentify::IdentifyResult::mLabel |
◆ mLayer
QgsMapLayer* QgsMapToolIdentify::IdentifyResult::mLayer = nullptr |
◆ mParams
QMap< QString, QVariant > QgsMapToolIdentify::IdentifyResult::mParams |
The documentation for this struct was generated from the following file: