13 #ifndef QmitkPlotWidget_h
14 #define QmitkPlotWidget_h
19 #include <qwt_legend.h>
21 #include <qwt_plot_curve.h>
22 #include <qwt_plot_intervalcurve.h>
23 #include <qwt_symbol.h>
85 const char *title =
nullptr,
86 const char *name =
nullptr,
87 Qt::WindowFlags f = {});
117 unsigned int InsertCurve(
const char *title, QColor color = QColor(Qt::black));
207 void SetCurveStyle(
unsigned int curveId,
const QwtPlotCurve::CurveStyle style);
246 void SetLegend(QwtLegend *legend, QwtPlot::LegendPosition pos = QwtPlot::RightLegend,
double ratio = -1);
298 std::vector<std::tuple<QwtPlotCurve *, QwtPlotIntervalCurve *, QwtPlotIntervalCurve *>>
m_PlotCurveVector;