#include <SimCenterRVLineEdit.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 48 of file SimCenterRVLineEdit.h.
SimCenterRVLineEdit::SimCenterRVLineEdit |
( |
RandomVariablesContainer * |
random_variables, |
|
|
const QJsonValue & |
inputObject, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
Create new SimCenterRVLineEdit widget
- Parameters
-
[in,out] | random_variables | Widget to store random variables to |
[in] | inputObject | Input JSON object |
[in] | parent | Parent widget. Defaults to null pointer |
Definition at line 50 of file SimCenterRVLineEdit.cpp.
virtual SimCenterRVLineEdit::~SimCenterRVLineEdit |
( |
| ) |
|
|
inlinevirtual |
bool SimCenterRVLineEdit::inputFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
Instantiate the random variable line edit 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 66 of file SimCenterRVLineEdit.cpp.
bool SimCenterRVLineEdit::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 75 of file SimCenterRVLineEdit.cpp.
QLabel* SimCenterRVLineEdit::theRVLabel |
|
protected |
The documentation for this class was generated from the following files: