#include <qgsmaptoolidentify.h>
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) |
Detailed Description
Definition at line 64 of file qgsmaptoolidentify.h.
Constructor & Destructor Documentation
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
| ) |
|
|
inline |
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
QgsFeature |
feature, |
|
|
QMap< QString, QString > |
derivedAttributes |
|
) |
| |
|
inline |
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
QString |
label, |
|
|
QMap< QString, QString > |
attributes, |
|
|
QMap< QString, QString > |
derivedAttributes |
|
) |
| |
|
inline |
QgsMapToolIdentify::IdentifyResult::IdentifyResult |
( |
QgsMapLayer * |
layer, |
|
|
QString |
label, |
|
|
QgsFields |
fields, |
|
|
QgsFeature |
feature, |
|
|
QMap< QString, QString > |
derivedAttributes |
|
) |
| |
|
inline |
Member Data Documentation
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 |
QMap< QString, QVariant > QgsMapToolIdentify::IdentifyResult::mParams |
The documentation for this struct was generated from the following file: