#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 QMap< QString, QString > &attributes, const QMap< QString, QString > &derivedAttributes) |
|
| IdentifyResult (QgsMapLayer *layer, const QString &label, const QgsFields &fields, const QgsFeature &feature, const QMap< QString, QString > &derivedAttributes) |
|
Definition at line 70 of file qgsmaptoolidentify.h.
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
| ) |
|
|
default |
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
const QgsFeature & |
feature, |
|
|
const QMap< QString, QString > & |
derivedAttributes |
|
) |
| |
|
inline |
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
const QString & |
label, |
|
|
const QMap< QString, QString > & |
attributes, |
|
|
const QMap< QString, QString > & |
derivedAttributes |
|
) |
| |
|
inline |
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
const QString & |
label, |
|
|
const QgsFields & |
fields, |
|
|
const QgsFeature & |
feature, |
|
|
const QMap< QString, QString > & |
derivedAttributes |
|
) |
| |
|
inline |
QMap< QString, QString > QgsMapToolIdentify::IdentifyResult::mAttributes |
QMap< QString, QString > QgsMapToolIdentify::IdentifyResult::mDerivedAttributes |
QgsFeature QgsMapToolIdentify::IdentifyResult::mFeature |
QgsFields QgsMapToolIdentify::IdentifyResult::mFields |
QString QgsMapToolIdentify::IdentifyResult::mLabel |
QgsMapLayer* QgsMapToolIdentify::IdentifyResult::mLayer = nullptr |
QMap< QString, QVariant > QgsMapToolIdentify::IdentifyResult::mParams |
The documentation for this struct was generated from the following file: