#include <ClineInputWidget.h>
Definition at line 48 of file ClineInputWidget.h.
ClineInputWidget::ClineInputWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
ClineInputWidget::~ClineInputWidget |
( |
| ) |
|
void ClineInputWidget::clear |
( |
void |
| ) |
|
bool ClineInputWidget::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 105 of file ClineInputWidget.cpp.
bool ClineInputWidget::inputFromJSON |
( |
QJsonArray & |
arrayObject | ) |
|
bool ClineInputWidget::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 70 of file ClineInputWidget.cpp.
bool ClineInputWidget::outputToJSON |
( |
QJsonArray & |
arrayObject | ) |
|
The documentation for this class was generated from the following files: