![]() |
SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <UQ_Results.h>


Public Member Functions | |
| UQ_Results (QWidget *parent=0) | |
| virtual | ~UQ_Results () |
| virtual bool | outputToJSON (QJsonObject &rvObject) |
| outputToJSON method to write all objects data neeed to reconstruct object to JsonObject More... | |
| virtual bool | inputFromJSON (QJsonObject &rvObject) |
| inputFromJSON method to instantiate itself from a JSON object More... | |
| virtual int | processResults (QString &filenameResults, QString &filenameTab) |
| void | setResultWidget (UQ_Results *result) |
Public Member Functions inherited from SimCenterWidget | |
| SimCenterWidget (QWidget *parent=0) | |
| virtual | ~SimCenterWidget () |
Protected Attributes | |
| UQ_Results * | resultWidget |
| QVBoxLayout * | layout |
Additional Inherited Members | |
Signals inherited from SimCenterWidget | |
| 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... | |
Definition at line 45 of file UQ_Results.h.
|
explicit |
Definition at line 49 of file UQ_Results.cpp.
|
virtual |
Definition at line 58 of file UQ_Results.cpp.
|
virtual |
inputFromJSON method to instantiate itself from a JSON object
| jsonObject | the JSON object contaiing data to instantiate the object |
Reimplemented from SimCenterWidget.
Reimplemented in DakotaResultsReliability, DakotaResultsSampling, and DakotaResultsSensitivity.
Definition at line 81 of file UQ_Results.cpp.
|
virtual |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject
| rvObject | the JSON object to be written to |
Reimplemented from SimCenterWidget.
Reimplemented in DakotaResultsReliability, DakotaResultsSampling, and DakotaResultsSensitivity.
Definition at line 65 of file UQ_Results.cpp.
|
virtual |
Reimplemented in DakotaResultsReliability, DakotaResultsSampling, and DakotaResultsSensitivity.
Definition at line 111 of file UQ_Results.cpp.
| void UQ_Results::setResultWidget | ( | UQ_Results * | result | ) |
Definition at line 124 of file UQ_Results.cpp.
|
protected |
Definition at line 65 of file UQ_Results.h.
|
protected |
Definition at line 64 of file UQ_Results.h.