16#ifndef QGSMAPTOOLEXTENT_H 
   17#define QGSMAPTOOLEXTENT_H 
   52    void setRatio( QSize ratio ) { mRatio = ratio; }
 
   58    QSize 
ratio()
 const { 
return mRatio; }
 
   70    void clearRubberBand();
 
 
Keeps a pointer to a QObject and deletes it whenever this object is deleted.
 
Map canvas is a class for displaying all GIS data types on a canvas.
 
A mouse event which is the result of a user interaction with a QgsMapCanvas.
 
A rectangle specified with double values.