From 7c26d701cfc635f805eb7f346a28a951e21eced3 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 4 Feb 2013 13:42:41 +0100 Subject: [PATCH] remove useless funcs from sip --- python/gui/qgsmaptoolidentify.sip | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/python/gui/qgsmaptoolidentify.sip b/python/gui/qgsmaptoolidentify.sip index a186e9f28db..d509e4b6972 100644 --- a/python/gui/qgsmaptoolidentify.sip +++ b/python/gui/qgsmaptoolidentify.sip @@ -92,21 +92,6 @@ class QgsMapToolIdentify : QgsMapTool void identifyMessage( QString ); private: - /** Performs the identification. - To avoid beeing forced to specify IdentifyMode with a list of layers - this has been made private and two publics methods are offered - @param x x coordinates of mouseEvent - @param y y coordinates of mouseEvent - @param mode Identification mode. Can use Qgis default settings or a defined mode. - @param layerList Performs the identification within the given list of layers. - @param layerType Only performs identification in a certain type of layers (raster, vector). - @return true if identification succeeded and a feature has been found, false otherwise.*/ - bool identify(int x, int y, IdentifyMode mode, QList layerList, LayerType layerType = AllLayers); - - bool identifyLayer( QgsMapLayer *layer, int x, int y, LayerType layerType = AllLayers ); - bool identifyRasterLayer( QgsRasterLayer *layer, int x, int y ); - bool identifyVectorLayer( QgsVectorLayer *layer, int x, int y ); - //! Private helper virtual void convertMeasurement( QgsDistanceArea &calc, double &measure, QGis::UnitType &u, bool isArea );