Searched defs:ColumnInfo (Results 1 – 4 of 4) sorted by relevance
184 struct ColumnInfo { struct185 enum Justification { Left, Right };186 std::string name;187 int width;188 Justification justification;
71 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() function
13490 struct ColumnInfo { struct13491 enum Justification { Left, Right };13492 std::string name;13493 int width;13494 Justification justification;