SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <DakotaResultsSampling.h>
Public Slots | |
void | clear (void) |
void | onSpreadsheetCellClicked (int, int) |
void | onSaveSpreadsheetClicked () |
Public Member Functions | |
DakotaResultsSampling (RandomVariablesContainer *, QWidget *parent=0) | |
~DakotaResultsSampling () | |
bool | outputToJSON (QJsonObject &rvObject) |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject More... | |
bool | inputFromJSON (QJsonObject &rvObject) |
inputFromJSON method to instantiate itself from a JSON object More... | |
int | processResults (QString &filenameResults, QString &filenameTab) |
QWidget * | createResultEDPWidget (QString &name, double mean, double stdDev, double skewness, double kurtosis) |
Public Member Functions inherited from UQ_Results | |
UQ_Results (QWidget *parent=0) | |
virtual | ~UQ_Results () |
void | setResultWidget (UQ_Results *result) |
Public Member Functions inherited from SimCenterWidget | |
SimCenterWidget (QWidget *parent=0) | |
virtual | ~SimCenterWidget () |
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... | |
Protected Attributes inherited from UQ_Results | |
UQ_Results * | resultWidget |
QVBoxLayout * | layout |
Definition at line 58 of file DakotaResultsSampling.h.
|
explicit |
Definition at line 98 of file DakotaResultsSampling.cpp.
DakotaResultsSampling::~DakotaResultsSampling | ( | ) |
Definition at line 109 of file DakotaResultsSampling.cpp.
|
slot |
Definition at line 115 of file DakotaResultsSampling.cpp.
QWidget * DakotaResultsSampling::createResultEDPWidget | ( | QString & | name, |
double | mean, | ||
double | stdDev, | ||
double | skewness, | ||
double | kurtosis | ||
) |
Definition at line 1032 of file DakotaResultsSampling.cpp.
|
virtual |
inputFromJSON method to instantiate itself from a JSON object
jsonObject | the JSON object contaiing data to instantiate the object |
Reimplemented from UQ_Results.
Definition at line 899 of file DakotaResultsSampling.cpp.
|
slot |
Definition at line 440 of file DakotaResultsSampling.cpp.
Definition at line 472 of file DakotaResultsSampling.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 UQ_Results.
Definition at line 830 of file DakotaResultsSampling.cpp.
|
virtual |
Reimplemented from UQ_Results.
Definition at line 188 of file DakotaResultsSampling.cpp.