10 #ifndef QWT_PLOT_PANNER_H 
   11 #define QWT_PLOT_PANNER_H 
   13 #include "qwt_global.h" 
   14 #include "qwt_panner.h" 
   15 #include "qwt_axis_id.h" 
   41     const QWidget* canvas() 
const;
 
   46     void setAxisEnabled( QwtAxisId axisId, 
bool on );
 
   47     bool isAxisEnabled( QwtAxisId ) 
const;
 
   50     virtual void moveCanvas( 
int dx, 
int dy );
 
   54     virtual QPixmap 
grab() 
const QWT_OVERRIDE;
 
QwtPanner provides panning of a widget.
virtual QBitmap contentsMask() const
Calculate a mask for the contents of the panned widget.
virtual QPixmap grab() const
QwtPlotPanner provides panning of a plot canvas.