1 2 3 4 5
class ETableColumnModel { virtual void add_column (ETableCol *et) = 0; virtual ETableCol *get_column (int column); virtual