MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / deserialize

Method deserialize

Default/Inspection/InspToolWidget.cpp:36–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#define LOAD(field) this->field = conf.get(STRINGFY(field), this->field)
35
36void
37InspToolWidgetConfig::deserialize(Suscan::Object const &conf)
38{
39 LOAD(collapsed);
40 LOAD(inspectorClass);
41 LOAD(inspFactory);
42 LOAD(precise);
43 LOAD(palette);
44 LOAD(paletteOffset);
45 LOAD(paletteContrast);
46 LOAD(autoSquelchTriggerSNR);
47}
48
49Suscan::Object &&
50InspToolWidgetConfig::serialize(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected