QwtPlotPanner(3) | Qwt User's Guide | QwtPlotPanner(3) |
QwtPlotPanner - QwtPlotPanner provides panning of a plot canvas.
#include <qwt_plot_panner.h>
Inherits QwtPanner.
QwtPlotPanner (QWidget *)
A panner for the canvas of a QwtPlot. virtual ~QwtPlotPanner ()
Destructor. QWidget * canvas ()
Return observed plot canvas. const QWidget * canvas () const
Return Observed plot canvas. QwtPlot * plot ()
Return plot widget, containing the observed plot canvas. const QwtPlot
* plot () const
Return plot widget, containing the observed plot canvas. void
setAxisEnabled (int axis, bool on)
En/Disable an axis. bool isAxisEnabled (int axis) const
virtual void moveCanvas (int dx, int dy)
virtual QBitmap contentsMask () const
virtual QPixmap grab () const
QwtPlotPanner provides panning of a plot canvas.
QwtPlotPanner is a panner for a plot canvas, 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:
A panner for the canvas of a QwtPlot. The panner is enabled for all axes
Parameters:
See also:
Calculate a mask from the border path of the canvas
Returns:
See also:
Reimplemented from QwtPanner.
Returns:
Reimplemented from QwtPanner.
Test if an axis is enabled
Parameters:
Returns:
See also:
Adjust the enabled axes according to dx/dy
Parameters:
See also:
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.
Wed Jan 2 2019 | Version 6.1.4 |