16 #ifndef QGSMAPTOOLIDENTIFY_H
17 #define QGSMAPTOOLIDENTIFY_H
51 DefaultQgsSetting = -1,
69 mLayer( layer ), mFeature( feature ), mDerivedAttributes( derivedAttributes ) {}
71 IdentifyResult(
QgsMapLayer * layer, QString label, QMap< QString, QString > attributes, QMap< QString, QString > derivedAttributes ):
72 mLayer( layer ), mLabel( label ), mAttributes( attributes ), mDerivedAttributes( derivedAttributes ) {}
75 mLayer( layer ), mLabel( label ), mFields( fields ), mFeature( feature ), mDerivedAttributes( derivedAttributes ) {}
110 QList<IdentifyResult> identify(
int x,
int y, QList<QgsMapLayer*> layerList = QList<QgsMapLayer*>(),
IdentifyMode mode = DefaultQgsSetting );
126 void identifyProgress(
int,
int );
127 void identifyMessage( QString );
128 void changedRasterResults( QList<IdentifyResult>& );
140 QList<IdentifyResult> identify(
int x,
int y,
IdentifyMode mode, QList<QgsMapLayer*> layerList,
LayerType layerType = AllLayers );