![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
A GUI to manipulate mml documents. More...
#include <MonitoringGuiManager.h>
Inheritance diagram for MonitoringGuiManager:Public Slots | |
| bool | doOneStep () |
| do one step of simulation More... | |
| void | reload () |
| reload simulation with current parameters More... | |
Signals | |
| void | changed () |
| emitted when one step of simulation is done, there was changes, so maybe there are some display to update More... | |
| void | reconnectPml () |
Public Member Functions | |
| MonitoringDialog * | getDialog () |
| get dialog More... | |
| MonitoringDriver * | getDriver () |
| get driver More... | |
| MonitoringManager * | getMonitoringManager () |
| get Monitoring Manager More... | |
| bool | loadMmlInFile (QString fileName) |
| Load a MMLIn file. More... | |
| MonitoringGuiManager () | |
| constructor More... | |
| void | pause () |
| pause simulation More... | |
| void | rewind () |
| rewind simulation More... | |
| bool | saveCsvFile (QString fileName) |
| Save csv file. More... | |
| bool | saveMmlInFile (QString fileName) |
| Save MMLIn file. More... | |
| bool | saveMmlOutFile (QString fileName) |
| Save MMLout file. More... | |
| void | simulate () |
| do simulation lopp More... | |
| void | simulateOneStep () |
| do one step of simulation More... | |
| void | updateDt (double dt) |
| update dt More... | |
| void | updateLml (QString fileName) |
| update lml More... | |
| void | updatePml (QString fileName) |
| update pml More... | |
| void | updateRefresh (double refresh) |
| update refresh More... | |
| virtual | ~MonitoringGuiManager () |
| destructor More... | |
Private Attributes | |
| MonitoringDialog * | dialog |
| the dialog box More... | |
| MonitoringDriver * | driver |
| the simulation driver More... | |
| double | lastRefreshTime |
| last refresh time More... | |
| MonitoringManager * | monitoringManager |
| Monitoring manager. More... | |
A GUI to manipulate mml documents.
| MonitoringGuiManager::MonitoringGuiManager | ( | ) |
constructor
|
virtual |
destructor
|
signal |
emitted when one step of simulation is done, there was changes, so maybe there are some display to update
|
slot |
do one step of simulation
| MonitoringDialog* MonitoringGuiManager::getDialog | ( | ) |
get dialog
| MonitoringDriver* MonitoringGuiManager::getDriver | ( | ) |
get driver
| MonitoringManager* MonitoringGuiManager::getMonitoringManager | ( | ) |
get Monitoring Manager
| bool MonitoringGuiManager::loadMmlInFile | ( | QString | fileName | ) |
Load a MMLIn file.
| void MonitoringGuiManager::pause | ( | ) |
pause simulation
|
signal |
|
slot |
reload simulation with current parameters
| void MonitoringGuiManager::rewind | ( | ) |
rewind simulation
| bool MonitoringGuiManager::saveCsvFile | ( | QString | fileName | ) |
Save csv file.
| bool MonitoringGuiManager::saveMmlInFile | ( | QString | fileName | ) |
Save MMLIn file.
| bool MonitoringGuiManager::saveMmlOutFile | ( | QString | fileName | ) |
Save MMLout file.
| void MonitoringGuiManager::simulate | ( | ) |
do simulation lopp
| void MonitoringGuiManager::simulateOneStep | ( | ) |
do one step of simulation
| void MonitoringGuiManager::updateDt | ( | double | dt | ) |
update dt
| void MonitoringGuiManager::updateLml | ( | QString | fileName | ) |
update lml
| void MonitoringGuiManager::updatePml | ( | QString | fileName | ) |
update pml
| void MonitoringGuiManager::updateRefresh | ( | double | refresh | ) |
update refresh
|
private |
the dialog box
|
private |
the simulation driver
|
private |
last refresh time
|
private |
Monitoring manager.
1.8.8