QwtPlotPanner
QwtPlotPanner provides panning of a plot canvas.
- Provided by: libqwt-doc (Version: 6.0.0-1.2)
- Source: qwt
- Report a bug
QwtPlotPanner provides panning of a plot canvas.
#include <qwt_plot_panner.h>
Inherits QwtPanner.
QwtPlotPanner (QwtPlotCanvas *)
virtual ~QwtPlotPanner ()
QwtPlotCanvas * canvas ()
const QwtPlotCanvas * canvas () const
QwtPlot * plot ()
const QwtPlot * plot () const
void setAxisEnabled (int axis, bool on)
bool isAxisEnabled (int axis) const
virtual void moveCanvas (int dx, int dy)
virtual QBitmap contentsMask () const
QwtPlotPanner provides panning of a plot canvas.
QwtPlotPanner is a panner for a QwtPlotCanvas, that adjusts the scales of the axes after dropping the canvas on its new position.
Together with QwtPlotZoomer and QwtPlotMagnifier powerful ways of navigating on a QwtPlot widget can be implemented easily.
Note:
See also:
Create a plot panner. The panner is enabled for all axes
Parameters:
See also:
Destructor.
Return observed plot canvas.
Return Observed plot canvas.
See also:
Reimplemented from QwtPanner.
Parameters:
Returns:
See also:
Parameters:
See also:
Return plot widget, containing the observed plot canvas.
Return plot widget, containing the observed plot canvas.
En/Disable an axis. Axes that are enabled will be synchronized to the result of panning. All other axes will remain unchanged.
Parameters:
See also:
Generated automatically by Doxygen for Qwt User's Guide from the source code.