#include "qwt_global.h"
#include "qwt_interval.h"
#include "qwt_point_3d.h"
#include <qlist.h>
#include <qvector.h>
#include <qpoint.h>
#include <qsize.h>
#include <qrect.h>
#include <qpolygon.h>
Go to the source code of this file.
Macros | |
#define | qwtAbs qAbs |
#define | QwtArray QVector |
#define | qwtMax qMax |
#define | qwtMin qMin |
#define | qwtRound qRound |
Typedefs | |
typedef QwtInterval | QwtDoubleInterval |
typedef QPointF | QwtDoublePoint |
typedef QwtPoint3D | QwtDoublePoint3D |
typedef QRectF | QwtDoubleRect |
typedef QSizeF | QwtDoubleSize |
typedef QPolygon | QwtPolygon |
typedef QPolygonF | QwtPolygonF |
typedef QList< double > | QwtValueList |
#define qwtAbs qAbs |
Definition at line 27 of file qwt_compat.h.
#define QwtArray QVector |
Definition at line 30 of file qwt_compat.h.
#define qwtMax qMax |
Definition at line 25 of file qwt_compat.h.
#define qwtMin qMin |
Definition at line 26 of file qwt_compat.h.
#define qwtRound qRound |
Definition at line 28 of file qwt_compat.h.
typedef QwtInterval QwtDoubleInterval |
Definition at line 39 of file qwt_compat.h.
typedef QPointF QwtDoublePoint |
Definition at line 33 of file qwt_compat.h.
typedef QwtPoint3D QwtDoublePoint3D |
Definition at line 40 of file qwt_compat.h.
typedef QRectF QwtDoubleRect |
Definition at line 35 of file qwt_compat.h.
typedef QSizeF QwtDoubleSize |
Definition at line 34 of file qwt_compat.h.
typedef QPolygon QwtPolygon |
Definition at line 37 of file qwt_compat.h.
typedef QPolygonF QwtPolygonF |
Definition at line 38 of file qwt_compat.h.
typedef QList<double> QwtValueList |
Definition at line 32 of file qwt_compat.h.