#include <UserDefinedEDP.h>
|
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...
|
|
static bool | copyPath (QString sourceDir, QString destinationDir, bool overWriteDirectory) |
|
static bool | copyFile (QString filename, QString destinationDir) |
|
Definition at line 53 of file UserDefinedEDP.h.
UserDefinedEDP::~UserDefinedEDP |
( |
| ) |
|
void UserDefinedEDP::addEDP |
( |
void |
| ) |
|
|
slot |
void UserDefinedEDP::chooseAdditionalInput |
( |
void |
| ) |
|
|
slot |
void UserDefinedEDP::chooseProcessingScript |
( |
void |
| ) |
|
|
slot |
void UserDefinedEDP::clear |
( |
void |
| ) |
|
|
slot |
bool UserDefinedEDP::copyFiles |
( |
QString & |
destDir | ) |
|
|
overridevirtual |
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 431 of file UserDefinedEDP.cpp.
QString UserDefinedEDP::getMainScript |
( |
| ) |
|
bool UserDefinedEDP::inputAppDataFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
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 335 of file UserDefinedEDP.cpp.
bool UserDefinedEDP::inputFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
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 257 of file UserDefinedEDP.cpp.
bool UserDefinedEDP::outputAppDataToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
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 320 of file UserDefinedEDP.cpp.
bool UserDefinedEDP::outputToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
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 208 of file UserDefinedEDP.cpp.
void UserDefinedEDP::removeEDP |
( |
EDP * |
theEDPtoRemove | ) |
|
|
slot |
void UserDefinedEDP::setAdditionalInput |
( |
QString |
filename | ) |
|
bool UserDefinedEDP::setProcessingScript |
( |
QString |
filename | ) |
|
The documentation for this class was generated from the following files: