SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <UQ_MethodInputWidget.h>
Public Member Functions | |
UQ_MethodInputWidget (QWidget *parent=0) | |
virtual | ~UQ_MethodInputWidget () |
virtual int | getNumberTasks (void)=0 |
getNumberTasks method to return number of tasks that can be performed in parallel More... | |
Public Member Functions inherited from SimCenterWidget | |
SimCenterWidget (QWidget *parent=0) | |
virtual | ~SimCenterWidget () |
virtual bool | outputToJSON (QJsonObject &jsonObject) |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject More... | |
virtual bool | inputFromJSON (QJsonObject &jsonObject) |
inputFromJSON method to instantiate itself from a JSON object More... | |
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_MethodInputWidget.h.
UQ_MethodInputWidget::UQ_MethodInputWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 41 of file UQ_MethodInputWidget.cpp.
|
virtual |
Definition at line 47 of file UQ_MethodInputWidget.cpp.
|
pure virtual |
getNumberTasks method to return number of tasks that can be performed in parallel
Implemented in LocalReliabilityWidget, GlobalReliabilityWidget, LatinHypercubeInputWidget, MonteCarloInputWidget, PCEInputWidget, ImportanceSamplingInputWidget, and GaussianProcessInputWidget.