#include <LineEditRV.h>
Definition at line 57 of file LineEditRV.h.
LineEditRV::~LineEditRV |
( |
| ) |
|
bool LineEditRV::inputFromJSON |
( |
QJsonObject & |
rvObject, |
|
|
QString |
key |
|
) |
| |
inputFromJSON method to instantiate itself from a JSON object
- Parameters
-
rvObject | the JSON object contaiing data to instantiate the object |
key | the key for the object value |
- Returns
- bool - true for success, otherwise false
Definition at line 78 of file LineEditRV.cpp.
void LineEditRV::on_editingFinished |
( |
| ) |
|
|
slot |
bool LineEditRV::outputToJSON |
( |
QJsonObject & |
rvObject, |
|
|
QString |
key |
|
) |
| |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject
- Parameters
-
rvObject | the JSON object to be written to |
key | for objects value |
- Returns
- bool - true for success, otherwise false
Definition at line 63 of file LineEditRV.cpp.
The documentation for this class was generated from the following files: