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


Public Member Functions | |
| GlobalReliabilityWidget (QWidget *parent=0) | |
| ~GlobalReliabilityWidget () | |
| 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... | |
| void | clear (void) |
| int | getNumberTasks (void) |
| getNumberTasks method to return number of tasks that can be performed in parallel More... | |
Public Member Functions inherited from UQ_MethodInputWidget | |
| UQ_MethodInputWidget (QWidget *parent=0) | |
| virtual | ~UQ_MethodInputWidget () |
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... | |
Definition at line 47 of file GlobalReliabilityWidget.h.
|
explicit |
Definition at line 52 of file GlobalReliabilityWidget.cpp.
| GlobalReliabilityWidget::~GlobalReliabilityWidget | ( | ) |
Definition at line 118 of file GlobalReliabilityWidget.cpp.
| void GlobalReliabilityWidget::clear | ( | void | ) |
Definition at line 235 of file GlobalReliabilityWidget.cpp.
|
virtual |
getNumberTasks method to return number of tasks that can be performed in parallel
Implements UQ_MethodInputWidget.
Definition at line 243 of file GlobalReliabilityWidget.cpp.
|
virtual |
inputFromJSON method to instantiate itself from a JSON object
| jsonObject | the JSON object contaiing data to instantiate the object |
Reimplemented from SimCenterWidget.
Definition at line 163 of file GlobalReliabilityWidget.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.
Definition at line 124 of file GlobalReliabilityWidget.cpp.