QXRD  0.11.16
qxrdsliceplot.h
Go to the documentation of this file.
1 #ifndef QXRDSLICEPLOT_H
2 #define QXRDSLICEPLOT_H
3 
4 #include "qcepplot.h"
5 #include "qcepplotsettings-ptr.h"
6 
7 class QxrdSlicePlot : public QcepPlot
8 {
9  Q_OBJECT
10 public:
11  explicit QxrdSlicePlot(QWidget *parent = 0);
12  void init(QcepPlotSettingsWPtr settings);
13 
14 signals:
15 
16 public slots:
17 
18 };
19 
20 #endif // QXRDSLICEPLOT_H
QWeakPointer< QcepPlotSettings > QcepPlotSettingsWPtr
void init(QcepPlotSettingsWPtr settings)
QxrdSlicePlot(QWidget *parent=0)