32 TableColumnList(TableColumnList
const &);
33 virtual ~TableColumnList();
43 bool contains(QString columnTitle)
const;
46 TableColumnList getVisibleColumns();
48 int getVisibleWidth()
const;
53 void lower(
TableColumn *col,
bool emitSortOutDated =
true);
55 void raise(
TableColumn *col,
bool emitSortOutDated =
true);
62 TableColumnList &operator=(TableColumnList other);
70 void checkIndexRange(
int index);