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

Method add

src/ViewTask.h:43–46  ·  view source on GitHub ↗

View specifications.

Source from the content-addressed store, hash-verified

41
42 // View specifications.
43 void add(Column* column, bool sort = false) {
44 _columns.push_back(column);
45 _sort.push_back(sort);
46 }
47 void width(int width) { _width = width; }
48 void leftMargin(int margin) { _left_margin = margin; }
49 void colorHeader(Color& c) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected