#include <SimCenterFileInput.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...
|
|
Definition at line 47 of file SimCenterFileInput.h.
SimCenterFileInput::SimCenterFileInput |
( |
const QJsonValue & |
inputObject, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
virtual SimCenterFileInput::~SimCenterFileInput |
( |
| ) |
|
|
inlinevirtual |
void SimCenterFileInput::chooseInputFile |
( |
| ) |
|
bool SimCenterFileInput::inputFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
Instantiate the file input from from input JSON object
- Parameters
-
[in] | jsonObject | JSON object containing input information |
- Returns
- Returns true if successful, false otherwise
Reimplemented from SimCenterWidget.
Definition at line 77 of file SimCenterFileInput.cpp.
bool SimCenterFileInput::outputToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
Write all current class data to JSON required to reconstruct class
- Parameters
-
[in,out] | jsonObject | JSON object to write output to |
- Returns
- Returns true if successful, false otherwise
Reimplemented from SimCenterWidget.
Definition at line 86 of file SimCenterFileInput.cpp.
QLabel* SimCenterFileInput::theFileLabel |
|
protected |
QLineEdit* SimCenterFileInput::theFileLineEdit |
|
protected |
The documentation for this class was generated from the following files: