#include <EDP_EarthquakeSelection.h>
|
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...
|
|
static bool | copyPath (QString sourceDir, QString destinationDir, bool overWriteDirectory) |
|
static bool | copyFile (QString filename, QString destinationDir) |
|
Definition at line 47 of file EDP_EarthquakeSelection.h.
EDP_EarthquakeSelection::EDP_EarthquakeSelection |
( |
RandomVariablesContainer * |
theRandomVariableIW, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
EDP_EarthquakeSelection::~EDP_EarthquakeSelection |
( |
| ) |
|
void EDP_EarthquakeSelection::clear |
( |
void |
| ) |
|
bool EDP_EarthquakeSelection::copyFiles |
( |
QString & |
destDir | ) |
|
|
overridevirtual |
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 from SimCenterAppWidget.
Definition at line 206 of file EDP_EarthquakeSelection.cpp.
void EDP_EarthquakeSelection::edpSelectionChanged |
( |
const QString & |
arg1 | ) |
|
|
slot |
bool EDP_EarthquakeSelection::inputAppDataFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
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 from SimCenterAppWidget.
Definition at line 167 of file EDP_EarthquakeSelection.cpp.
bool EDP_EarthquakeSelection::inputFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
inputFromJSON method to instantiate itself from a JSON object
- Parameters
-
jsonObject | the JSON object contaiing data to instantiate the object |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterWidget.
Definition at line 125 of file EDP_EarthquakeSelection.cpp.
bool EDP_EarthquakeSelection::outputAppDataToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
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 from SimCenterAppWidget.
Definition at line 159 of file EDP_EarthquakeSelection.cpp.
bool EDP_EarthquakeSelection::outputToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject
- Parameters
-
rvObject | the JSON object to be written to |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterWidget.
Definition at line 117 of file EDP_EarthquakeSelection.cpp.
The documentation for this class was generated from the following files: