26 #ifndef MONITORINGGUIMANAGER_H
27 #define MONITORINGGUIMANAGER_H
118 #endif // MONITORINGGUIMANAGER_H
MonitoringDialog * dialog
the dialog box
Definition: MonitoringGuiManager.h:107
double lastRefreshTime
last refresh time
Definition: MonitoringGuiManager.h:113
void updateDt(double dt)
update dt
void changed()
emitted when one step of simulation is done, there was changes, so maybe there are some display to up...
bool saveCsvFile(QString fileName)
Save csv file.
void pause()
pause simulation
MonitoringManager * monitoringManager
Monitoring manager.
Definition: MonitoringGuiManager.h:111
A GUI to manipulate mml documents.
Definition: MonitoringGuiManager.h:43
void updatePml(QString fileName)
update pml
bool doOneStep()
do one step of simulation
bool loadMmlInFile(QString fileName)
Load a MMLIn file.
bool saveMmlInFile(QString fileName)
Save MMLIn file.
virtual ~MonitoringGuiManager()
destructor
TODO Comment class here.
Definition: MonitoringDriver.h:41
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
void reload()
reload simulation with current parameters
void rewind()
rewind simulation
void updateLml(QString fileName)
update lml
bool saveMmlOutFile(QString fileName)
Save MMLout file.
TODO Comment class here.
Definition: MonitoringDialog.h:46
MonitoringDialog * getDialog()
get dialog
void simulateOneStep()
do one step of simulation
MonitoringGuiManager()
constructor
MonitoringDriver * driver
the simulation driver
Definition: MonitoringGuiManager.h:109
void updateRefresh(double refresh)
update refresh
MonitoringDriver * getDriver()
get driver
MonitoringManager * getMonitoringManager()
get Monitoring Manager
void simulate()
do simulation lopp