16 #ifndef QGSMAPCANVASMAP_H 
   17 #define QGSMAPCANVASMAP_H 
   19 #include <QGraphicsRectItem> 
   44     void setContent( 
const QImage& image, 
const QgsRectangle& rect );
 
   49     virtual void paint( QPainter * painter );
 
   55     Q_DECL_DEPRECATED 
void resize( QSize 
size ) { Q_UNUSED( size ); }
 
   70     Q_DECL_DEPRECATED QPaintDevice& paintDevice();