Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ setTitle
Method
setTitle
plugins/listcolumn.h:473–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
}
472
473
void setTitle(const string t)
474
{
475
title = t;
476
if (title.length() > size_t(max_item_width))
477
max_item_width = title.length();
478
}
479
480
size_t getDisplayedListSize()
481
{
Callers
3
ViewscreenDwarfStats
Method · 0.80
ViewscreenFortStats
Method · 0.80
ViewscreenPreferences
Method · 0.80
Calls
1
length
Method · 0.80
Tested by
no test coverage detected