QwtPlotMagnifier(3) | Qwt User's Guide | QwtPlotMagnifier(3) |
QwtPlotMagnifier - QwtPlotMagnifier provides zooming, by magnifying in steps.
#include <qwt_plot_magnifier.h>
Inherits QwtMagnifier.
QwtPlotMagnifier (QWidget *)
virtual ~QwtPlotMagnifier ()
Destructor. void setAxisEnabled (int axis, bool on)
En/Disable an axis. bool isAxisEnabled (int axis) const
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.
virtual void rescale (double factor)
QwtPlotMagnifier provides zooming, by magnifying in steps.
Using QwtPlotMagnifier a plot can be zoomed in/out in steps using keys, the mouse wheel or moving a mouse button in vertical direction.
Together with QwtPlotZoomer and QwtPlotPanner it is possible to implement individual and powerful navigation of the plot canvas.
See also:
Constructor
Parameters:
Test if an axis is enabled
Parameters:
Returns:
See also:
Zoom in/out the axes scales
Parameters:
Implements QwtMagnifier.
En/Disable an axis. Only Axes that are enabled will be zoomed. 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 |