Base class for all supported converters of Variant to/from json object.
More...
Base class for all supported converters of Variant to/from json object.
Definition at line 27 of file jsonvariantconverterinterface.h.
◆ ~JsonVariantConverterInterface()
| virtual ModelView::JsonVariantConverterInterface::~JsonVariantConverterInterface |
( |
| ) |
|
|
virtualdefault |
◆ get_json()
| virtual QJsonObject ModelView::JsonVariantConverterInterface::get_json |
( |
const Variant & |
| ) |
|
|
pure virtual |
◆ get_variant()
| virtual Variant ModelView::JsonVariantConverterInterface::get_variant |
( |
const QJsonObject & |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: