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

Method refreshUi

Settings/ColorConfigTab.cpp:59–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void
60ColorConfigTab::refreshUi(void)
61{
62 CCREFRESH(lcdFgColor, lcdForeground);
63 CCREFRESH(lcdBgColor, lcdBackground);
64 CCREFRESH(spectrumFgColor, spectrumForeground);
65 CCREFRESH(spectrumBgColor, spectrumBackground);
66 CCREFRESH(spectrumAxesColor, spectrumAxes);
67 CCREFRESH(spectrumTextColor, spectrumText);
68 CCREFRESH(timeStampColor, spectrumTimeStamps);
69 CCREFRESH(constellationFgColor, constellationForeground);
70 CCREFRESH(constellationBgColor, constellationBackground);
71 CCREFRESH(constellationAxesColor, constellationAxes);
72 CCREFRESH(transitionFgColor, transitionForeground);
73 CCREFRESH(transitionBgColor, transitionBackground);
74 CCREFRESH(transitionAxesColor, transitionAxes);
75 CCREFRESH(histogramFgColor, histogramForeground);
76 CCREFRESH(histogramBgColor, histogramBackground);
77 CCREFRESH(histogramAxesColor, histogramAxes);
78 CCREFRESH(histogramModelColor, histogramModel);
79 CCREFRESH(symViewLoColor, symViewLow);
80 CCREFRESH(symViewHiColor, symViewHigh);
81 CCREFRESH(symViewBgColor, symViewBackground);
82 CCREFRESH(selectionColor, selection);
83 CCREFRESH(filterBoxColor, filterBox);
84}
85
86void
87ColorConfigTab::connectAll(void)

Callers 1

setColorConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected