#include "qwt_polar_renderer.h"
#include "qwt_polar_plot.h"
#include "qwt_polar_layout.h"
#include "qwt_legend.h"
#include "qwt_dyngrid_layout.h"
#include "qwt_text_label.h"
#include "qwt_text.h"
#include <qpainter.h>
#include <qprinter.h>
#include <qprintdialog.h>
#include <qfiledialog.h>
#include <qimagewriter.h>
#include <qfileinfo.h>
#include <qmath.h>
Go to the source code of this file.
|
static double | qwtDistance (const QPointF &p1, const QPointF &p2) |
|
◆ QWT_FORMAT_PDF
◆ QWT_FORMAT_POSTSCRIPT
#define QWT_FORMAT_POSTSCRIPT 1 |
◆ qwtDistance()
static double qwtDistance |
( |
const QPointF & |
p1, |
|
|
const QPointF & |
p2 |
|
) |
| |
|
inlinestatic |