26 #ifndef MONITORINGDIALOG_H 27 #define MONITORINGDIALOG_H 33 class QTreeWidgetItem;
65 void updateMonitors();
67 void updateStoppingCriteria();
69 void updateSimulation();
71 void updateSimulatorWidget();
73 QString getMmlInFileName();
75 QTableWidget* getMonitorsTableWidget();
93 void refreshModified();
103 void simulateOneStep();
109 void monitorsChanged();
114 Ui::MonitoringDialog*
ui;
123 void enableButtons(
bool enable);
129 #endif // MONITORINGDIALOG_H QColor bgColor
the initial bg color
Definition: MonitoringDialog.h:120
Definition: SettingsDialog.h:31
A GUI to manipulate mml documents.
Definition: MonitoringGuiManager.h:45
TODO Comment class here.
Definition: MonitoringDialog.h:50
MonitoringGuiManager * guiManager
the monitoring manager
Definition: MonitoringDialog.h:117
class which represent the stopping criterion to check to stop simulation a StoppingCriterion is eithe...
Definition: StoppingCriterion.h:48
Ui::MonitoringDialog * ui
the ui dialog designed in qtdesigner
Definition: MonitoringDialog.h:114