SimCenterCommon
Common functionality used within different SimCenter projects
DakotaResultsSampling Class Reference

#include <DakotaResultsSampling.h>

Inheritance diagram for DakotaResultsSampling:
Collaboration diagram for DakotaResultsSampling:

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_ResultsresultWidget
 
QVBoxLayout * layout
 

Detailed Description

Definition at line 58 of file DakotaResultsSampling.h.

Constructor & Destructor Documentation

DakotaResultsSampling::DakotaResultsSampling ( RandomVariablesContainer theRandomVariables,
QWidget *  parent = 0 
)
explicit

Definition at line 98 of file DakotaResultsSampling.cpp.

DakotaResultsSampling::~DakotaResultsSampling ( )

Definition at line 109 of file DakotaResultsSampling.cpp.

Member Function Documentation

void DakotaResultsSampling::clear ( void  )
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.

bool DakotaResultsSampling::inputFromJSON ( QJsonObject &  jsonObject)
virtual

inputFromJSON method to instantiate itself from a JSON object

Parameters
jsonObjectthe JSON object contaiing data to instantiate the object
Returns
bool - true for success, otherwise false

Reimplemented from UQ_Results.

Definition at line 899 of file DakotaResultsSampling.cpp.

void DakotaResultsSampling::onSaveSpreadsheetClicked ( )
slot

Definition at line 440 of file DakotaResultsSampling.cpp.

void DakotaResultsSampling::onSpreadsheetCellClicked ( int  row,
int  col 
)
slot

Definition at line 472 of file DakotaResultsSampling.cpp.

bool DakotaResultsSampling::outputToJSON ( QJsonObject &  jsonObject)
virtual

outputToJSON method to write all objects data neeed to reconstruct object to JsonObject

Parameters
rvObjectthe JSON object to be written to
Returns
bool - true for success, otherwise false

Reimplemented from UQ_Results.

Definition at line 830 of file DakotaResultsSampling.cpp.

int DakotaResultsSampling::processResults ( QString &  filenameResults,
QString &  filenameTab 
)
virtual

Reimplemented from UQ_Results.

Definition at line 188 of file DakotaResultsSampling.cpp.


The documentation for this class was generated from the following files: