
#include <guicommon/RunSimulationDialog.hpp>
Public Slots | |
| void | setPeriod (QString Begin, QString End, int Duration) |
| void | setStage (openfluid::guicommon::RunSimulationListener::Stage S) |
| void | setProgressValue (int Index) |
| void | setProgressMax (int Index) |
| void | handleError (QString Msg) |
| void | handleFinish () |
Public Member Functions | |
| RunSimulationDialog (QWidget *Parent, openfluid::fluidx::FluidXDescriptor *FXDesc) | |
| virtual | ~RunSimulationDialog () |
| bool | execute () |
| openfluid::guicommon::RunSimulationDialog::RunSimulationDialog | ( | QWidget * | Parent, |
| openfluid::fluidx::FluidXDescriptor * | FXDesc | ||
| ) |
| virtual openfluid::guicommon::RunSimulationDialog::~RunSimulationDialog | ( | ) | [virtual] |
| void openfluid::guicommon::RunSimulationDialog::handleError | ( | QString | Msg | ) | [slot] |
| void openfluid::guicommon::RunSimulationDialog::handleFinish | ( | ) | [slot] |
| void openfluid::guicommon::RunSimulationDialog::setPeriod | ( | QString | Begin, |
| QString | End, | ||
| int | Duration | ||
| ) | [slot] |
| void openfluid::guicommon::RunSimulationDialog::setProgressMax | ( | int | Index | ) | [slot] |
| void openfluid::guicommon::RunSimulationDialog::setProgressValue | ( | int | Index | ) | [slot] |
| void openfluid::guicommon::RunSimulationDialog::setStage | ( | openfluid::guicommon::RunSimulationListener::Stage | S | ) | [slot] |
1.7.6.1