#include <DakotaInputReliability.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 55 of file DakotaInputReliability.h.
DakotaInputReliability::~DakotaInputReliability |
( |
| ) |
|
void DakotaInputReliability::clear |
( |
void |
| ) |
|
|
slot |
int DakotaInputReliability::getMaxNumParallelTasks |
( |
void |
| ) |
|
|
virtual |
UQ_Results * DakotaInputReliability::getResults |
( |
void |
| ) |
|
|
virtual |
bool DakotaInputReliability::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 162 of file DakotaInputReliability.cpp.
void DakotaInputReliability::onMethodChanged |
( |
QString |
text | ) |
|
|
slot |
bool DakotaInputReliability::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 147 of file DakotaInputReliability.cpp.
int DakotaInputReliability::processResults |
( |
QString & |
filenameResults, |
|
|
QString & |
filenameTab |
|
) |
| |
|
virtual |
QVBoxLayout* DakotaInputReliability::mLayout |
The documentation for this class was generated from the following files: