#include <SimCenterComboBox.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 SimCenterComboBox.h.
SimCenterComboBox::SimCenterComboBox |
( |
const QJsonValue & |
inputObject, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
virtual SimCenterComboBox::~SimCenterComboBox |
( |
| ) |
|
|
inlinevirtual |
bool SimCenterComboBox::inputFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
overridevirtual |
Instantiate the combo box 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 69 of file SimCenterComboBox.cpp.
bool SimCenterComboBox::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 78 of file SimCenterComboBox.cpp.
QComboBox* SimCenterComboBox::theComboBox |
|
protected |
QLabel* SimCenterComboBox::theComboBoxLabel |
|
protected |
The documentation for this class was generated from the following files: