#include "qwt_plot_renderer.h"
#include "qwt_plot.h"
#include "qwt_painter.h"
#include "qwt_plot_layout.h"
#include "qwt_abstract_legend.h"
#include "qwt_scale_widget.h"
#include "qwt_scale_engine.h"
#include "qwt_scale_map.h"
#include "qwt_text.h"
#include "qwt_text_label.h"
#include "qwt_math.h"
#include <qpainter.h>
#include <qpainterpath.h>
#include <qtransform.h>
#include <qprinter.h>
#include <qfiledialog.h>
#include <qfileinfo.h>
#include <qimagewriter.h>
#include <qvariant.h>
#include <qmargins.h>
Go to the source code of this file.
◆ QWT_FORMAT_PDF
◆ QWT_FORMAT_POSTSCRIPT
#define QWT_FORMAT_POSTSCRIPT 1 |
◆ qwtCanvasClip()
static QPainterPath qwtCanvasClip |
( |
const QWidget * |
canvas, |
|
|
const QRectF & |
canvasRect |
|
) |
| |
|
static |
◆ qwtResolvedFont()
static QFont qwtResolvedFont |
( |
const QWidget * |
widget | ) |
|
|
inlinestatic |
◆ qwtScalePenColor()
static QColor qwtScalePenColor |
( |
const QwtPlot * |
plot | ) |
|
|
static |
◆ qwtScalePenWidth()
static qreal qwtScalePenWidth |
( |
const QwtPlot * |
plot | ) |
|
|
static |