20 #ifndef QGSMAPOVERVIEWCANVAS_H
21 #define QGSMAPOVERVIEWCANVAS_H
24 #include <QMouseEvent>
25 #include <QWheelEvent>
27 #include <QStringList>
48 void drawExtentRect();
54 void setBackgroundColor(
const QColor& color );
57 void setLayerSet(
const QStringList& layerSet );
59 QStringList& layerSet();
67 void hasCrsTransformEnabled(
bool flag );
69 void destinationSrsChanged();
74 void paintEvent( QPaintEvent * pe );
77 void resizeEvent( QResizeEvent * e );
80 void mouseMoveEvent( QMouseEvent * e );
83 void mousePressEvent( QMouseEvent * e );
86 void mouseReleaseEvent( QMouseEvent * e );
89 void updatePanningWidget(
const QPoint& pos );