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

Method deserialize

App/GuiConfig.cpp:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void
69GuiConfig::deserialize(Suscan::Object const &conf)
70{
71 LOAD(useLMBdrag);
72 LOAD(noLimits);
73 LOAD(useGLWaterfall);
74 LOAD(useMaxBlending);
75 LOAD(useGlInWindows);
76 LOAD(enableMsgTTL);
77 LOAD(msgTTL);
78}

Callers 1

GuiConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected