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"
75 const QWidget* canvas()
const;
83 void setAxisEnabled(QwtAxisId axisId,
bool on);
85 bool isAxisEnabled(QwtAxisId)
const;
89 virtual void moveCanvas(
int dx,
int dy);
95 virtual QPixmap
grab()
const override;
QwtCachePanner provides panning of a widget.
Definition qwt_cache_panner.h:63
virtual QPixmap grab() const
Grab the widget into a pixmap.
Definition qwt_cache_panner.cpp:431
virtual QBitmap contentsMask() const
Calculate a mask for the contents of the panned widget.
Definition qwt_cache_panner.cpp:416
QwtPlotCachePanner provides panning of a plot canvas.
Definition qwt_plot_cache_panner.h:63
A 2-D plotting widget.
Definition qwt_plot.h:138