#include "qwt_plot_zoomer.h"
#include "qwt_plot.h"
#include "qwt_scale_div.h"
#include "qwt_scale_map.h"
#include "qwt_interval.h"
#include "qwt_picker_machine.h"
#include <qstack.h>
Go to the source code of this file.
static QwtInterval qwtExpandedZoomInterval |
( |
double |
v1, |
|
|
double |
v2, |
|
|
double |
minRange, |
|
|
const QwtTransform * |
transform |
|
) |
| |
|
static |
static QRectF qwtExpandedZoomRect |
( |
const QRectF & |
zoomRect, |
|
|
const QSizeF & |
minSize, |
|
|
const QwtTransform * |
transformX, |
|
|
const QwtTransform * |
transformY |
|
) |
| |
|
static |