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