OpenCurves  0.9
qwtrttiext.h
1 //
2 // author Kazys Stepanas
3 //
4 // Copyright (c) CSIRO 2015
5 //
6 #ifndef QWTRTTIEXT_H_
7 #define QWTRTTIEXT_H_
8 
9 #include "qwt_plot_item.h"
10 
14 {
16  Rtti_PlotDataCurve = QwtPlotItem::Rtti_PlotUserItem
17 };
18 
19 #endif // QWTRTTIEXT_H_
QwtRttiExt
Enumeration of run time type information to support Qwt extensions.
Definition: qwtrttiext.h:13
PlotDataCurve type.
Definition: qwtrttiext.h:16