|
QGIS API Documentation
master-3f58142
|
#include <qgsmaptoolidentify.h>
Collaboration diagram for QgsMapToolIdentify::IdentifyResult:Public Member Functions | |
| IdentifyResult () | |
| IdentifyResult (QgsMapLayer *layer, QgsFeature feature, QMap< QString, QString > derivedAttributes) | |
| IdentifyResult (QgsMapLayer *layer, QString label, QMap< QString, QString > attributes, QMap< QString, QString > derivedAttributes) | |
| IdentifyResult (QgsMapLayer *layer, QString label, QgsFields fields, QgsFeature feature, QMap< QString, QString > derivedAttributes) | |
Public Attributes | |
| QMap< QString, QString > | mAttributes |
| QMap< QString, QString > | mDerivedAttributes |
| QgsFeature | mFeature |
| QgsFields | mFields |
| QString | mLabel |
| QgsMapLayer * | mLayer |
| QMap< QString, QVariant > | mParams |
Definition at line 64 of file qgsmaptoolidentify.h.
| QgsMapToolIdentify::IdentifyResult::IdentifyResult | ( | ) | [inline] |
Definition at line 66 of file qgsmaptoolidentify.h.
| QgsMapToolIdentify::IdentifyResult::IdentifyResult | ( | QgsMapLayer * | layer, |
| QgsFeature | feature, | ||
| QMap< QString, QString > | derivedAttributes | ||
| ) | [inline] |
Definition at line 68 of file qgsmaptoolidentify.h.
| QgsMapToolIdentify::IdentifyResult::IdentifyResult | ( | QgsMapLayer * | layer, |
| QString | label, | ||
| QMap< QString, QString > | attributes, | ||
| QMap< QString, QString > | derivedAttributes | ||
| ) | [inline] |
Definition at line 71 of file qgsmaptoolidentify.h.
| QgsMapToolIdentify::IdentifyResult::IdentifyResult | ( | QgsMapLayer * | layer, |
| QString | label, | ||
| QgsFields | fields, | ||
| QgsFeature | feature, | ||
| QMap< QString, QString > | derivedAttributes | ||
| ) | [inline] |
Definition at line 74 of file qgsmaptoolidentify.h.
| QMap< QString, QString > QgsMapToolIdentify::IdentifyResult::mAttributes |
Definition at line 81 of file qgsmaptoolidentify.h.
| QMap< QString, QString > QgsMapToolIdentify::IdentifyResult::mDerivedAttributes |
Definition at line 82 of file qgsmaptoolidentify.h.
Definition at line 80 of file qgsmaptoolidentify.h.
Definition at line 79 of file qgsmaptoolidentify.h.
Definition at line 78 of file qgsmaptoolidentify.h.
Definition at line 77 of file qgsmaptoolidentify.h.
| QMap< QString, QVariant > QgsMapToolIdentify::IdentifyResult::mParams |
Definition at line 83 of file qgsmaptoolidentify.h.
Referenced by QgsMapToolIdentify::identifyRasterLayer().