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

Method deserialize

App/ColorConfig.cpp:108–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void
109ColorConfig::deserialize(Suscan::Object const &conf)
110{
111 CCLOAD(lcdBackground);
112 CCLOAD(lcdForeground);
113 CCLOAD(spectrumBackground);
114 CCLOAD(spectrumForeground);
115 CCLOAD(spectrumAxes);
116 CCLOAD(spectrumText);
117 CCLOAD(constellationForeground);
118 CCLOAD(constellationBackground);
119 CCLOAD(constellationAxes);
120 CCLOAD(transitionForeground);
121 CCLOAD(transitionBackground);
122 CCLOAD(transitionAxes);
123 CCLOAD(histogramForeground);
124 CCLOAD(histogramBackground);
125 CCLOAD(histogramAxes);
126 CCLOAD(histogramModel);
127 CCLOAD(symViewLow);
128 CCLOAD(symViewHigh);
129 CCLOAD(symViewBackground);
130 CCLOAD(selection);
131 CCLOAD(filterBox);
132}

Callers 1

ColorConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected