10 #ifndef QWT_PLOT_PANNER_H 11 #define QWT_PLOT_PANNER_H 1 13 #include "qwt_global.h" 14 #include "qwt_panner.h" 40 const QWidget *canvas()
const;
45 void setAxisEnabled(
int axis,
bool on );
46 bool isAxisEnabled(
int axis )
const;
49 virtual void moveCanvas(
int dx,
int dy );
53 virtual QPixmap
grab()
const;
virtual QBitmap contentsMask() const
Calculate a mask for the contents of the panned widget.
Definition: qwt_panner.cpp:299
QwtPlotPanner provides panning of a plot canvas.
Definition: qwt_plot_panner.h:31
QwtPanner provides panning of a widget.
Definition: qwt_panner.h:35
virtual QPixmap grab() const
Definition: qwt_panner.cpp:308
A 2-D plotting widget.
Definition: qwt_plot.h:75