Searched defs:ColumnInfo (Results 1 – 5 of 5) sorted by relevance
190 struct ColumnInfo { struct191 enum Justification { Left, Right };192 std::string name;193 int width;194 Justification justification;
70 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() function
71 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() function
15972 struct ColumnInfo { struct15973 enum Justification { Left, Right };15974 std::string name;15975 int width;15976 Justification justification;
16224 struct ColumnInfo { struct16225 enum Justification { Left, Right };16226 std::string name;16227 int width;16228 Justification justification;