| 57 | } |
| 58 | |
| 59 | void |
| 60 | ColorConfigTab::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 | |
| 86 | void |
| 87 | ColorConfigTab::connectAll(void) |