QXRD  0.11.16
qxrddistortioncorrectionplot.h
Go to the documentation of this file.
1 #ifndef QXRDDISTORTIONCORRECTIONPLOT_H
2 #define QXRDDISTORTIONCORRECTIONPLOT_H
3 
4 #include "qcepmacros.h"
5 #include "qcepplot.h"
6 #include "qcepobjectnamer.h"
7 
9 #include "qxrddataprocessor.h"
11 #include "qxrdwindow-ptr.h"
12 
14 {
15  Q_OBJECT
16 public:
17  explicit QxrdDistortionCorrectionPlot(QWidget *parent = 0);
18  void init(QcepPlotSettingsWPtr settings);
19  void setWindow(QxrdWindow *win);
20 
21 signals:
22 
23 public slots:
24 
25 private:
31 };
32 
33 #endif // QXRDDISTORTIONCORRECTIONPLOT_H
QWeakPointer< QxrdDataProcessor > QxrdDataProcessorWPtr
QWeakPointer< QcepPlotSettings > QcepPlotSettingsWPtr
QWeakPointer< QxrdDistortionCorrection > QxrdDistortionCorrectionWPtr
QxrdDistortionCorrectionWPtr m_DistortionCorrection
void init(QcepPlotSettingsWPtr settings)