#include <SimCenterAppWidget.h>
|
static bool | copyPath (QString sourceDir, QString destinationDir, bool overWriteDirectory) |
|
static bool | copyFile (QString filename, QString destinationDir) |
|
|
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 55 of file SimCenterAppWidget.h.
SimCenterAppWidget::SimCenterAppWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
SimCenterAppWidget::~SimCenterAppWidget |
( |
| ) |
|
|
virtual |
bool SimCenterAppWidget::copyFile |
( |
QString |
filename, |
|
|
QString |
destinationDir |
|
) |
| |
|
static |
bool SimCenterAppWidget::copyFiles |
( |
QString & |
destDir | ) |
|
|
virtual |
copyFiles method invoked to copy all files aapplication will need to run directory
- Parameters
-
destDir | the directory to put files in |
- Returns
- bool - true for success, otherwise false
Reimplemented in ExistingSimCenterEvents, UQ_EngineSelection, MDOF_BuildingModel, OpenSeesBuildingModel, FEM_Selection, BIM_Selection, UserDefinedEDP, SIM_Selection, StandardEarthquakeEDP, InputWidgetExistingEvent, InputWidgetOpenSeesAnalysis, EDP_EarthquakeSelection, EDP_Selection, and UserDefinedApplication.
Definition at line 71 of file SimCenterAppWidget.cpp.
bool SimCenterAppWidget::copyPath |
( |
QString |
sourceDir, |
|
|
QString |
destinationDir, |
|
|
bool |
overWriteDirectory |
|
) |
| |
|
static |
bool SimCenterAppWidget::inputAppDataFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
inputFromJSON method to read applications specific data from a JSON object
- Parameters
-
rvObject | the JSON object contaiing data to instantiate the object |
- Returns
- bool - true for success, otherwise false
Reimplemented in ExistingSimCenterEvents, InputWidgetSampling, UQ_EngineSelection, MDOF_BuildingModel, DakotaInputSampling, OpenSeesBuildingModel, UserDefinedEDP, SIM_Selection, StandardEarthquakeEDP, InputWidgetExistingEvent, FEM_Selection, BIM_Selection, DakotaEngine, InputWidgetOpenSeesAnalysis, EDP_EarthquakeSelection, EDP_Selection, and UserDefinedApplication.
Definition at line 63 of file SimCenterAppWidget.cpp.
bool SimCenterAppWidget::outputAppDataToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
outputAppDataToJSON method to write the application data to json object.
- Parameters
-
rvObject | the JSON object to be written to |
- Returns
- bool - true for success, otherwise false
Reimplemented in ExistingSimCenterEvents, InputWidgetSampling, UQ_EngineSelection, MDOF_BuildingModel, DakotaInputSampling, OpenSeesBuildingModel, UserDefinedEDP, SIM_Selection, StandardEarthquakeEDP, InputWidgetExistingEvent, FEM_Selection, BIM_Selection, DakotaEngine, InputWidgetOpenSeesAnalysis, EDP_EarthquakeSelection, EDP_Selection, and UserDefinedApplication.
Definition at line 56 of file SimCenterAppWidget.cpp.
bool SimCenterAppWidget::supportsLocalRun |
( |
| ) |
|
|
virtual |
returns a boolean indicating whether or not this app can run locally
- Returns
- bool - true means the app can run locally, otherwise false
Definition at line 77 of file SimCenterAppWidget.cpp.
The documentation for this class was generated from the following files: