Vespucci  1.0.0
abscissainterpolationdialog.h
Go to the documentation of this file.
1 #ifndef ABSCISSAINTERPOLATIONDIALOG_H
2 #define ABSCISSAINTERPOLATIONDIALOG_H
3 
4 #include <QDialog>
6 namespace Ui {
8 }
9 
10 class AbscissaInterpolationDialog : public QDialog
11 {
12  Q_OBJECT
13 
14 public:
15  explicit AbscissaInterpolationDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws, const QString &dataset_key);
17 
18 private slots:
19  void on_buttonBox_accepted();
20 
21  void on_sourceComboBox_currentIndexChanged(const QString &arg1);
22 
23  void on_methodComboBox_currentIndexChanged(const QString &arg1);
24 
25 private:
26  Ui::AbscissaInterpolationDialog *ui;
27  QSharedPointer<VespucciDataset> dataset_;
28  QSharedPointer<VespucciWorkspace> workspace_;
29 };
30 
31 #endif // ABSCISSAINTERPOLATIONDIALOG_H
Definition: ahcadialog.h:26