mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Removed pure virtual method declarations where it did not make sense for raster layers.
git-svn-id: http://svn.osgeo.org/qgis/trunk@534 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
48822a3cfa
commit
27f7e19345
@ -71,12 +71,12 @@ class QgsMapLayer:public QObject
|
|||||||
virtual void draw(QPainter *, QgsRect *, QgsCoordinateTransform * cXf);
|
virtual void draw(QPainter *, QgsRect *, QgsCoordinateTransform * cXf);
|
||||||
/*! Identify the feature(s) in this layer that are contained in the search rectangle
|
/*! Identify the feature(s) in this layer that are contained in the search rectangle
|
||||||
*/
|
*/
|
||||||
virtual void identify(QgsRect *)=0;
|
virtual void identify(QgsRect *);
|
||||||
/*!Select features on the map canvas by dragging a rectangle*/
|
/*!Select features on the map canvas by dragging a rectangle*/
|
||||||
virtual void select(QgsRect *, bool lock)=0;
|
virtual void select(QgsRect *, bool lock);
|
||||||
/*! Display the attribute table for the layer
|
/*! Display the attribute table for the layer
|
||||||
*/
|
*/
|
||||||
virtual void table()=0;
|
virtual void table();
|
||||||
/*! Return the extent of the layer as a QRect
|
/*! Return the extent of the layer as a QRect
|
||||||
*/
|
*/
|
||||||
const QgsRect extent();
|
const QgsRect extent();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user