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