#include <ConnectionInputWidget.h>
Definition at line 49 of file ConnectionInputWidget.h.
ConnectionInputWidget::ConnectionInputWidget |
( |
SimCenterWidget * |
parent = 0 | ) |
|
|
explicit |
ConnectionInputWidget::ConnectionInputWidget |
( |
QString |
connectionType, |
|
|
SimCenterWidget * |
parent = 0 |
|
) |
| |
|
explicit |
ConnectionInputWidget::ConnectionInputWidget |
( |
QStringList |
headings, |
|
|
QList< int > |
dataTypes, |
|
|
QString |
connectionType, |
|
|
SimCenterWidget * |
parent = 0 |
|
) |
| |
|
explicit |
ConnectionInputWidget::~ConnectionInputWidget |
( |
| ) |
|
void ConnectionInputWidget::clear |
( |
void |
| ) |
|
bool ConnectionInputWidget::inputFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
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 185 of file ConnectionInputWidget.cpp.
bool ConnectionInputWidget::inputFromJSON |
( |
QJsonArray & |
rvObject | ) |
|
bool ConnectionInputWidget::outputToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
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 133 of file ConnectionInputWidget.cpp.
bool ConnectionInputWidget::outputToJSON |
( |
QJsonArray & |
rvObject | ) |
|
The documentation for this class was generated from the following files: