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"
61 const QWidget* canvas()
const;
69 void setAxisEnabled(QwtAxisId axisId,
bool on);
71 bool isAxisEnabled(QwtAxisId)
const;
75 virtual void moveCanvas(
int dx,
int dy);
81 virtual QPixmap
grab()
const override;
QwtCachePanner provides panning of a widget
Definition qwt_cache_panner.h:50
virtual QPixmap grab() const
Grab the widget into a pixmap
Definition qwt_cache_panner.cpp:328
virtual QBitmap contentsMask() const
Calculate a mask for the contents of the panned widget
Definition qwt_cache_panner.cpp:319
QwtPlotCachePanner provides panning of a plot canvas
Definition qwt_plot_cache_panner.h:49
~QwtPlotCachePanner() override
Destructor
A 2-D plotting widget
Definition qwt_plot.h:99