MCPcopy Create free account
hub / github.com/DFHack/dfhack / ViewscreenFortStats

Method ViewscreenFortStats

plugins/dwarfmonitor.cpp:439–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437{
438public:
439 ViewscreenFortStats()
440 {
441 fort_activity_column.multiselect = false;
442 fort_activity_column.auto_select = true;
443 fort_activity_column.setTitle("Fort Activities");
444 fort_activity_column.bottom_margin = 4;
445
446 dwarf_activity_column.multiselect = false;
447 dwarf_activity_column.auto_select = true;
448 dwarf_activity_column.setTitle("Units on Activity");
449 dwarf_activity_column.bottom_margin = 4;
450 dwarf_activity_column.text_clip_at = 25;
451
452 category_breakdown_column.setTitle("Category Breakdown");
453 category_breakdown_column.bottom_margin = 4;
454
455 window_days = min_window;
456
457 populateFortColumn();
458 }
459
460 void populateFortColumn()
461 {

Callers

nothing calls this directly

Calls 1

setTitleMethod · 0.80

Tested by

no test coverage detected