41 #ifndef SCENARIODIALOG_H 42 #define SCENARIODIALOG_H 71 void on_ScenarioDialog_accepted();
72 void on_rename_clicked();
73 void on_apply_clicked();
74 void on_graphBrowse_clicked();
75 void on_dt_enable_go_fishing_toggled(
bool checked);
76 void on_dt_enable_choose_ground_toggled(
bool checked);
77 void on_dt_enable_start_fishing_toggled(
bool checked);
78 void on_dt_enable_change_ground_toggled(
bool checked);
79 void on_dt_enable_stop_fishing_toggled(
bool checked);
80 void on_dt_enable_change_port_toggled(
bool checked);
81 void on_dt_browse_go_fishing_clicked();
82 void on_dt_browse_choose_ground_clicked();
83 void on_dt_browse_start_fishing_clicked();
84 void on_dt_browse_change_ground_clicked();
85 void on_dt_browse_stop_fishing_clicked();
86 void on_dt_browse_change_port_clicked();
89 void setDynPop(
const QStringList &text);
90 void setDynAlloc(
const QStringList &options);
91 void setGraphRes(
const QStringList &xy);
97 QList<QCheckBox *> optPop;
98 QList<QCheckBox *> optAll;
99 QString mScenarioPath;
100 bool mRenamed, mForceRenamed;
101 void browse(QString title, QLineEdit *ed);
104 #endif // SCENARIODIALOG_H
const Scenario & getScenario() const
Definition: scenariodialog.h:63
Definition: ui_scenariodialog.h:422
Definition: dteditorwindow.h:32
ScenarioDialog(const Scenario &scenario, QWidget *parent=0)
Definition: scenariodialog.cpp:74
void setForceRename()
Definition: scenariodialog.h:69
Definition: scenariodialog.h:56
std::pair< box, unsigned > value
Definition: diffusion.cpp:30
void setScenarioPath(const QString &value)
Definition: scenariodialog.cpp:165
bool isRenamed() const
Definition: scenariodialog.h:67
~ScenarioDialog()
Definition: scenariodialog.cpp:123
QString getScenarioPath() const
Definition: scenariodialog.cpp:160
displace::commons::Scenario scenario
Definition: main.cpp:247
Definition: scenario.h:51