#include <InputWidgetSampling.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 59 of file InputWidgetSampling.h.
InputWidgetSampling::InputWidgetSampling |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
InputWidgetSampling::~InputWidgetSampling |
( |
| ) |
|
void InputWidgetSampling::clear |
( |
void |
| ) |
|
|
slot |
int InputWidgetSampling::getNumParallelTasks |
( |
void |
| ) |
|
bool InputWidgetSampling::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 244 of file InputWidgetSampling.cpp.
bool InputWidgetSampling::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 199 of file InputWidgetSampling.cpp.
void InputWidgetSampling::onSamplingMethodChanged |
( |
const QString & |
arg1 | ) |
|
|
slot |
bool InputWidgetSampling::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 229 of file InputWidgetSampling.cpp.
bool InputWidgetSampling::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 185 of file InputWidgetSampling.cpp.
int InputWidgetSampling::processResults |
( |
QString & |
filenameResults, |
|
|
QString & |
filenameTab |
|
) |
| |
The documentation for this class was generated from the following files: