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

Method ListColumn

plugins/listcolumn.h:42–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 T default_value;
41
42 ListColumn(const T default_value_ = T())
43 {
44 bottom_margin = 3;
45 clear();
46 left_margin = 2;
47 search_margin = 63;
48 highlighted_index = 0;
49 text_clip_at = 0;
50 multiselect = false;
51 allow_null = true;
52 auto_select = false;
53 allow_search = true;
54 feed_mouse_set_highlight = false;
55 feed_changed_highlight = false;
56 default_value = default_value_;
57 }
58
59 void clear()
60 {

Callers

nothing calls this directly

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected