MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / colorHeader

Method colorHeader

src/ViewTask.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 void width(int width) { _width = width; }
48 void leftMargin(int margin) { _left_margin = margin; }
49 void colorHeader(Color& c) {
50 _header = c;
51 if (!_sort_header) _sort_header = c;
52 }
53 void colorSortHeader(Color& c) { _sort_header = c; }
54 void colorOdd(Color& c) { _odd = c; }
55 void colorEven(Color& c) { _even = c; }

Callers 3

TEST_NAMEFunction · 0.80
setHeaderUnderlineFunction · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_NAMEFunction · 0.64