QXRD  0.11.16
qxrddistortioncorrectiondialog.h
Go to the documentation of this file.
1 #ifndef QXRDDISTORTIONCORRECTIONDIALOG_H
2 #define QXRDDISTORTIONCORRECTIONDIALOG_H
3 
4 #include <QDockWidget>
6 #include "ui_qxrddistortioncorrectiondialog.h"
8 #include "qxrdwindow-ptr.h"
9 
10 class QxrdDistortionCorrectionDialog : public QDockWidget, public Ui::QxrdDistortionCorrectionDialog
11 {
12  Q_OBJECT
13 
14 public:
18 
19 public slots:
20  void updateGridTable();
21  void updateDistortionGraph();
22 
23 private slots:
24 
25 private:
28 };
29 
30 #endif // QXRDDISTORTIONCORRECTIONDIALOG_H
QxrdDistortionCorrectionWPtr m_DistortionCorrection
QSharedPointer< QxrdWindow > QxrdWindowPtr
Definition: qxrdwindow-ptr.h:6
QxrdDistortionCorrectionDialog(QxrdDistortionCorrectionPtr dis, QxrdWindowPtr parent)
void init(QxrdDistortionCorrectionDialogSettingsWPtr settings)
QWeakPointer< QxrdDistortionCorrection > QxrdDistortionCorrectionWPtr
QWeakPointer< QxrdWindow > QxrdWindowWPtr
Definition: qxrdwindow-ptr.h:9
QWeakPointer< QxrdDistortionCorrectionDialogSettings > QxrdDistortionCorrectionDialogSettingsWPtr
QSharedPointer< QxrdDistortionCorrection > QxrdDistortionCorrectionPtr