27#ifndef QWT_PLOT_CACHE_PANNER_H
28#define QWT_PLOT_CACHE_PANNER_H
30#include "qwt_global.h"
31#include "qwt_cache_panner.h"
32#include "qwt_axis_id.h"
58 const QWidget* canvas()
const;
63 void setAxisEnabled(QwtAxisId axisId,
bool on);
64 bool isAxisEnabled(QwtAxisId)
const;
67 virtual void moveCanvas(
int dx,
int dy);
71 virtual QPixmap
grab()
const QWT_OVERRIDE;
QwtCachePanner provides panning of a widget.
Definition qwt_cache_panner.h:53
virtual QPixmap grab() const
Grab the widget into a pixmap.
Definition qwt_cache_panner.cpp:309
virtual QBitmap contentsMask() const
Calculate a mask for the contents of the panned widget.
Definition qwt_cache_panner.cpp:300
QwtPlotPanner provides panning of a plot canvas.
Definition qwt_plot_cache_panner.h:50
A 2-D plotting widget.
Definition qwt_plot.h:99