#include "Plot2d.h"
#include "Plot2d_Curve.h"
#include "Plot2d_AnalyticalCurve.h"
#include "Plot2d_NormalizeAlgorithm.h"
#include <QWidget>
#include <QMultiHash>
#include <QMap>
#include <QList>
#include <QPainter>
#include <qwt_symbol.h>
#include <qwt_scale_draw.h>
#include <qwt_plot_marker.h>
#include <qwt_plot_picker.h>
#include <qwt_plot_canvas.h>
#include <qwt_legend.h>
#include <iostream>
#include <ostream>
Go to the source code of this file.
Classes | |
class | Plot2d_ViewFrame |
class | Plot2d_Plot2d |
class | Plot2d_ScaleDraw |
class | Plot2d_YScaleDraw |
class | Plot2d_AxisScaleDraw |
class | Plot2d_QwtPlotPicker |
Typedefs | |
typedef QMultiHash < QwtPlotCurve *, Plot2d_Curve * > | CurveDict |
typedef QMultiHash < QwtPlotItem *, Plot2d_Object * > | ObjectDict |
typedef QMultiHash<QwtPlotCurve*, Plot2d_Curve*> CurveDict |
typedef QMultiHash<QwtPlotItem*, Plot2d_Object*> ObjectDict |