![]() |
iVS3D v2.0.0
|
The ISerializable class ensures that inherit classes can be transformed to and from text. More...
#include <ISerializable.h>
Public Member Functions | |
| virtual QVariant | toText ()=0 |
| toText generates a QVariant which contains the models data | |
| virtual void | fromText (QVariant data)=0 |
| fromText recreates the given model form a QVariant | |
The ISerializable class ensures that inherit classes can be transformed to and from text.
|
pure virtual |
fromText recreates the given model form a QVariant
| data | contains essential model information which are used to recreate the model |
Implemented in ModelAlgorithm, and ModelInputPictures.
|
pure virtual |
toText generates a QVariant which contains the models data
Implemented in ModelAlgorithm, and ModelInputPictures.