46      bool contains(QString columnTitle) 
const;
 
   51      int getVisibleWidth() 
const;
 
   53      QList< TableColumn * > getSortingOrder();
 
   56      void lower(
TableColumn *col, 
bool emitSortOutDated = 
true);
 
   58      void raise(
TableColumn *col, 
bool emitSortOutDated = 
true);
 
   73      void checkIndexRange(
int index);
 
   78      QList< TableColumn * > * m_cols;
 
   79      QList< TableColumn * > * m_sortingOrder;