Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ setHighlight
Method
setHighlight
plugins/listcolumn.h:245–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
void setHighlight(const int index)
246
{
247
if (!initHighlightChange())
248
return;
249
250
highlighted_index = index;
251
validateHighlight();
252
}
253
254
bool initHighlightChange()
255
{
Callers
7
populateDwarfColumn
Method · 0.80
populateActivityColumn
Method · 0.80
populateFortColumn
Method · 0.80
populateDwarfColumn
Method · 0.80
populateCategoryBreakdownColumn
Method · 0.80
populatePreferencesColumn
Method · 0.80
populateDwarfColumn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected