#include <DakotaEngine.h>
|
static bool | copyPath (QString sourceDir, QString destinationDir, bool overWriteDirectory) |
|
static bool | copyFile (QString filename, QString destinationDir) |
|
Definition at line 49 of file DakotaEngine.h.
DakotaEngine::~DakotaEngine |
( |
| ) |
|
|
virtual |
void DakotaEngine::engineSelectionChanged |
( |
const QString & |
arg1 | ) |
|
|
slot |
int DakotaEngine::getMaxNumParallelTasks |
( |
void |
| ) |
|
|
virtual |
QString DakotaEngine::getProcessingScript |
( |
| ) |
|
|
virtual |
bool DakotaEngine::inputAppDataFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
inputFromJSON method to read applications specific data from a JSON object
- Parameters
-
rvObject | the JSON object contaiing data to instantiate the object |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterAppWidget.
Definition at line 191 of file DakotaEngine.cpp.
bool DakotaEngine::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 155 of file DakotaEngine.cpp.
void DakotaEngine::onUQ_EngineChanged |
( |
void |
| ) |
|
|
signal |
bool DakotaEngine::outputAppDataToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
outputAppDataToJSON method to write the application data to json object.
- Parameters
-
rvObject | the JSON object to be written to |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterAppWidget.
Definition at line 181 of file DakotaEngine.cpp.
bool DakotaEngine::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 148 of file DakotaEngine.cpp.
int DakotaEngine::processResults |
( |
QString & |
filenameResults, |
|
|
QString & |
filenameTab |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: