#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_text.h"
#include "qwt_text_label.h"
#include "qwt_math.h"
#include <qpainter.h>
#include <qpaintengine.h>
#include <qtransform.h>
#include <qprinter.h>
#include <qprintdialog.h>
#include <qfiledialog.h>
#include <qfileinfo.h>
#include <qstyle.h>
#include <qstyleoption.h>
#include <qimagewriter.h>
Go to the source code of this file.
|
static QPainterPath | qwtCanvasClip (const QWidget *canvas, const QRectF &canvasRect) |
|
#define QWT_FORMAT_POSTSCRIPT 1 |
static QPainterPath qwtCanvasClip |
( |
const QWidget * |
canvas, |
|
|
const QRectF & |
canvasRect |
|
) |
| |
|
static |