SimCenterCommon
Common functionality used within different SimCenter projects
UQ_MethodInputWidget Class Referenceabstract

#include <UQ_MethodInputWidget.h>

Inheritance diagram for UQ_MethodInputWidget:
Collaboration diagram for UQ_MethodInputWidget:

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...
 

Detailed Description

Definition at line 45 of file UQ_MethodInputWidget.h.

Constructor & Destructor Documentation

UQ_MethodInputWidget::UQ_MethodInputWidget ( QWidget *  parent = 0)

Definition at line 41 of file UQ_MethodInputWidget.cpp.

UQ_MethodInputWidget::~UQ_MethodInputWidget ( )
virtual

Definition at line 47 of file UQ_MethodInputWidget.cpp.

Member Function Documentation

virtual int UQ_MethodInputWidget::getNumberTasks ( void  )
pure virtual

getNumberTasks method to return number of tasks that can be performed in parallel

Returns
int - number of tasks

Implemented in LocalReliabilityWidget, GlobalReliabilityWidget, LatinHypercubeInputWidget, MonteCarloInputWidget, PCEInputWidget, ImportanceSamplingInputWidget, and GaussianProcessInputWidget.


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