26#ifndef MONITORINGDIALOG_H
27#define MONITORINGDIALOG_H
114 Ui::MonitoringDialog*
ui;
TODO Comment class here.
Definition: MonitoringDialog.h:50
QTreeWidgetItem * createItem(StoppingCriterion *sc, QTreeWidgetItem *parent)
Definition: MonitoringDialog.cpp:333
void updateSimulatorWidget()
update simulator specific widget
Definition: MonitoringDialog.cpp:314
~MonitoringDialog() override
Destructor.
Definition: MonitoringDialog.cpp:85
void enableButtons(bool enable)
set the rew,play,pause,step buttons enable or not
Definition: MonitoringDialog.cpp:104
MonitoringGuiManager * guiManager
the monitoring manager
Definition: MonitoringDialog.h:117
void updateMonitors()
update monitors tab
Definition: MonitoringDialog.cpp:257
void updateAll()
update all tabs
Definition: MonitoringDialog.cpp:225
void monitorsChanged()
emitted
void browseMmlIn()
Slot called when Browse MmlIn file is clicked.
Definition: MonitoringDialog.cpp:137
void browseLml()
Slot called when Browse Lml file is clicked.
Definition: MonitoringDialog.cpp:171
QColor bgColor
the initial bg color
Definition: MonitoringDialog.h:120
QTableWidget * getMonitorsTableWidget()
get the monitors table
Definition: MonitoringDialog.cpp:365
void saveCsv()
Slot called when save as csv file is clicked.
Definition: MonitoringDialog.cpp:154
void init()
initialize dialog
Definition: MonitoringDialog.cpp:99
QString getMmlInFileName()
get MmlIn file name
Definition: MonitoringDialog.cpp:351
MonitoringDialog(MonitoringGuiManager *guiManager, QWidget *parent=nullptr)
Default Constructor.
Definition: MonitoringDialog.cpp:44
void rewind()
Slot called when the button Rewind is clicked.
Definition: MonitoringDialog.cpp:209
void simulate()
Slot called when the button Play is clicked.
Definition: MonitoringDialog.cpp:218
void refreshModified()
Slot called after refresh editing.
Definition: MonitoringDialog.cpp:361
void updateStoppingCriteria()
update stopping criteria tab
Definition: MonitoringDialog.cpp:301
void saveMmlOut()
Slot called when save MmlOut file is clicked.
Definition: MonitoringDialog.cpp:146
void pause()
do one step of simulation
Definition: MonitoringDialog.cpp:204
Ui::MonitoringDialog * ui
the ui dialog designed in qtdesigner
Definition: MonitoringDialog.h:114
void saveMmlIn()
Slot called when save MmlIn file is clicked.
Definition: MonitoringDialog.cpp:162
void simulateOneStep()
Slot called when the next step is clicked.
Definition: MonitoringDialog.cpp:199
void browsePml()
Slot called when Browse Pml file is clicked.
Definition: MonitoringDialog.cpp:185
void dtModified()
Slot called after dt editing.
Definition: MonitoringDialog.cpp:356
void updateSimulation()
update simulation tab
Definition: MonitoringDialog.cpp:288
A GUI to manipulate mml documents.
Definition: MonitoringGuiManager.h:45
class which represent the stopping criterion to check to stop simulation a StoppingCriterion is eithe...
Definition: StoppingCriterion.h:48
Definition: SettingsDialog.h:31