20 #ifndef UNIVARIATEDIALOG_H 21 #define UNIVARIATEDIALOG_H 38 explicit UnivariateDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws, QSharedPointer<AbstractDataAnalyzer> analyzer);
42 void on_buttonBox_accepted();
44 void on_buttonBox_rejected();
46 void on_minLineEdit_textChanged(
const QString &arg1);
48 void on_maxLineEdit_textChanged(
const QString &arg1);
50 void on_indexSpinBox_editingFinished();
53 Ui::UnivariateDialog *ui;
58 QSharedPointer<VespucciWorkspace> workspace_;
84 QSharedPointer<AbstractDataAnalyzer> analyzer_;
86 QStringList dataset_keys_;
90 #endif // UNIVARIATEDIALOG_H
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
A straight line that spans infinitely in both directions.
The UnivariateDialog class Class allowing user to create univariate images.