#include <UQ_EngineSelection.h>
|
static bool | copyPath (QString sourceDir, QString destinationDir, bool overWriteDirectory) |
|
static bool | copyFile (QString filename, QString destinationDir) |
|
Definition at line 53 of file UQ_EngineSelection.h.
UQ_EngineSelection::~UQ_EngineSelection |
( |
| ) |
|
void UQ_EngineSelection::clear |
( |
void |
| ) |
|
bool UQ_EngineSelection::copyFiles |
( |
QString & |
destDir | ) |
|
|
virtual |
copyFiles method invoked to copy all files aapplication will need to run directory
- Parameters
-
destDir | the directory to put files in |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterAppWidget.
Definition at line 258 of file UQ_EngineSelection.cpp.
void UQ_EngineSelection::engineSelectionChanged |
( |
const QString & |
arg1 | ) |
|
|
slot |
void UQ_EngineSelection::enginesEngineSelectionChanged |
( |
void |
| ) |
|
|
slot |
UQ_Engine * UQ_EngineSelection::getCurrentEngine |
( |
void |
| ) |
|
int UQ_EngineSelection::getNumParallelTasks |
( |
void |
| ) |
|
UQ_Results * UQ_EngineSelection::getResults |
( |
void |
| ) |
|
bool UQ_EngineSelection::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 210 of file UQ_EngineSelection.cpp.
bool UQ_EngineSelection::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 141 of file UQ_EngineSelection.cpp.
void UQ_EngineSelection::onUQ_EngineChanged |
( |
void |
| ) |
|
|
signal |
bool UQ_EngineSelection::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 198 of file UQ_EngineSelection.cpp.
bool UQ_EngineSelection::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 129 of file UQ_EngineSelection.cpp.
The documentation for this class was generated from the following files: