MCPcopy 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

ViewscreenDwarfStatsMethod · 0.80
ViewscreenFortStatsMethod · 0.80
ViewscreenPreferencesMethod · 0.80

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected