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