#include <LocalApplication.h>
|
| void | processResults (QString, QString, QString) |
| |
| void | setupForRun (QString &, QString &) |
| |
| void | sendFatalMessage (QString message) |
| | sendFatalMessage signal to be emitted when object needs to shut program down More...
|
| |
| void | sendErrorMessage (QString message) |
| | sendErrorMessage signal to be emitted when object needs to communicate error with user More...
|
| |
| void | sendStatusMessage (QString message) |
| | sendStatusMessage signal to be emitted when object needs to communicate status with user More...
|
| |
Definition at line 51 of file LocalApplication.h.
| LocalApplication::LocalApplication |
( |
QString |
workflowScriptName, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
| void LocalApplication::displayed |
( |
void |
| ) |
|
|
virtual |
| bool LocalApplication::inputFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
inputFromJSON method to instantiate itself from a JSON object
- Parameters
-
| jsonObject | the JSON object contaiing data to instantiate the object |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterWidget.
Definition at line 94 of file LocalApplication.cpp.
| void LocalApplication::onRunButtonPressed |
( |
void |
| ) |
|
|
slot |
| bool LocalApplication::outputToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject
- Parameters
-
| rvObject | the JSON object to be written to |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterWidget.
Definition at line 79 of file LocalApplication.cpp.
| void LocalApplication::processResults |
( |
QString |
, |
|
|
QString |
, |
|
|
QString |
|
|
) |
| |
|
signal |
| bool LocalApplication::setupDoneRunApplication |
( |
QString & |
tmpDirectory, |
|
|
QString & |
inputFile |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: