Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
void
114
ColorConfigTab::setColorConfig(ColorConfig const &config)
115
{
116
this->colors = config;
117
this->refreshUi();
118
this->modified = false;
119
}
120
121
ColorConfig
122
ColorConfigTab::getColorConfig(void) const
Callers
1
setColors
Method · 0.45
Calls
1
refreshUi
Method · 0.95
Tested by
no test coverage detected