1 #ifndef BOOLEANIZEDIALOG_H 2 #define BOOLEANIZEDIALOG_H 17 explicit BooleanizeDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws,
const QString &dataset_key);
21 void on_behaviorComboBox_currentIndexChanged(
const QString &arg1);
23 void on_buttonBox_accepted();
25 void on_buttonBox_rejected();
28 Ui::BooleanizeDialog *ui;
30 QSharedPointer<VespucciWorkspace> workspace_;
31 QSharedPointer<VespucciDataset> dataset_;
34 #endif // BOOLEANIZEDIALOG_H