Skip to content

Commit

Permalink
QgsMapToolIdentifyAction cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Feb 6, 2013
1 parent 526ab02 commit cb566c0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/app/qgsmaptoolidentifyaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,9 @@ class QgsMapToolIdentifyAction : public QgsMapToolIdentify
void copyToClipboard( QgsFeatureStore & );

private:
void identify( QgsPoint point, QgsRectangle viewExtent, double mapUnitsPerPixel );
bool identifyLayer( QgsMapLayer *layer, QgsPoint point, QgsRectangle viewExtent, double mapUnitsPerPixel );
bool identifyRasterLayer( QgsRasterLayer *layer, QgsPoint point, QgsRectangle viewExtent, double mapUnitsPerPixel );
bool identifyVectorLayer( QgsVectorLayer *layer, QgsPoint point );

//! Pointer to the identify results dialog for name/value pairs
QPointer<QgsIdentifyResultsDialog> mResultsDialog;

void addFeature( QgsMapLayer *layer, int fid,
QString displayField, QString displayValue,
const QMap< QString, QString > &attributes,
const QMap< QString, QString > &derivedAttributes );

QgsIdentifyResultsDialog *resultsDialog();

virtual QGis::UnitType displayUnits();
Expand Down

0 comments on commit cb566c0

Please sign in to comment.