21 #ifndef BANDRATIODIALOG_H 22 #define BANDRATIODIALOG_H 39 explicit BandRatioDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws, QSharedPointer<AbstractDataAnalyzer> analyzer);
43 void on_buttonBox_accepted();
45 void on_buttonBox_rejected();
47 void on_firstMinLineEdit_textChanged(
const QString &arg1);
49 void on_firstMaxLineEdit_textChanged(
const QString &arg1);
51 void on_secondMinLineEdit_textChanged(
const QString &arg1);
53 void on_secondMaxLineEdit_textChanged(
const QString &arg1);
55 void on_indexSpinBox_editingFinished();
58 Ui::BandRatioDialog *ui;
84 QSharedPointer<VespucciWorkspace> workspace_;
85 QSharedPointer<AbstractDataAnalyzer> analyzer_;
87 QStringList dataset_keys_;
91 #endif // BANDRATIODIALOG_H
The BandRatioDialog class The dialog that allows the user to create a band-ratio map.
A straight line that spans infinitely in both directions.