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

Method setColorConfig

Settings/ColorConfigTab.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void
114ColorConfigTab::setColorConfig(ColorConfig const &config)
115{
116 this->colors = config;
117 this->refreshUi();
118 this->modified = false;
119}
120
121ColorConfig
122ColorConfigTab::getColorConfig(void) const

Callers 1

setColorsMethod · 0.45

Calls 1

refreshUiMethod · 0.95

Tested by

no test coverage detected