13 VOID set_num_of_rows(USHORT num_of_rows);
15 USHORT get_boundary(
const Point & local_pt);
16 VOID draw_boundary(USHORT boundary);
17 void undraw_boundary(USHORT boundary);
18 VOID ClickCell(
const TableCellT & inCell,
const SMouseDownEvent & inMouseDown);
21 virtual VOID get_alphabetic_map(
UI_MAP & map);
24 virtual VOID get_cell_data(
const TableCellT & cell, LStr255 & str);
25 VOID DrawCell(
const TableCellT & inCell);
33 void C_QTABLE::undraw_boundary(
36 draw_boundary(boundary);
40 const UI_MAP & C_QTABLE::get_map()
46 VOID C_QTABLE::get_alphabetic_map(
52 VOID C_QTABLE::get_cell_data(
53 const TableCellT & cell,