QwtPlotMagnifier(3) | Qwt User's Guide | QwtPlotMagnifier(3) |
QwtPlotMagnifier -
#include <qwt_plot_magnifier.h>
Inherits QwtMagnifier.
QwtPlotMagnifier (QwtPlotCanvas *)
virtual ~QwtPlotMagnifier ()
QwtPlotCanvas * canvas ()
const QwtPlotCanvas * canvas () const
bool isAxisEnabled (int axis) const
QwtPlot * plot ()
const QwtPlot * plot () const
void setAxisEnabled (int axis, bool on)
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. 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.
Tue Nov 20 2012 | Version 5.2.3 |