#include "qwt_plot_zoomer.h"
#include "qwt_plot.h"
#include "qwt_scale_div.h"
#include "qwt_picker_machine.h"
#include <qalgorithms.h>
Go to the source code of this file.
Classes | |
class | QwtPlotZoomer::PrivateData |
Functions | |
static QwtInterval | qwtExpandedZoomInterval (double v1, double v2, double minRange, const QwtTransform *transform) |
static QRectF | qwtExpandedZoomRect (const QRectF &zoomRect, const QSizeF &minSize, const QwtTransform *transformX, const QwtTransform *transformY) |
static QwtInterval qwtExpandedZoomInterval | ( | double | v1, |
double | v2, | ||
double | minRange, | ||
const QwtTransform * | transform | ||
) | [static] |
Definition at line 16 of file qwt_plot_zoomer.cpp.
static QRectF qwtExpandedZoomRect | ( | const QRectF & | zoomRect, |
const QSizeF & | minSize, | ||
const QwtTransform * | transformX, | ||
const QwtTransform * | transformY | ||
) | [static] |
Definition at line 52 of file qwt_plot_zoomer.cpp.