Public Methods |
| TableView (const Rect &cFrame, const char *pzName, const char *pzTitle, int nWidth, int nHeight, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP) |
| ~TableView () |
void | AttachedToWindow (void) |
void | AllAttached (void) |
void | FrameSized (const Point &cDelta) |
| Virtual hook called by the system when the view is resized. More...
|
void | Paint (const Rect &cUpdateRect) |
| Called by the system update "damaged" areas of the view. More...
|
Point | GetPreferredSize (bool bLargest) const |
void | SetColAlignment (int nCol, alignment eAlign) |
void | SetCellAlignment (int x, int y, alignment eHor, alignment eVer=ALIGN_CENTER) |
void | SetCellBorders (int x, int y, int nLeft, int nTop, int nRight, int nBottom) |
void | SetCellBorders (int x, int nLeft, int nTop, int nRight, int nBottom) |
void | SetCellBorders (int nLeft, int nTop, int nRight, int nBottom) |
View * | SetChild (View *pcView, int nColumn, int nRow, float vHorWheight=1.0f, float vVerWheight=1.0f) |
TableCell * | GetCell (int x, int y) const |
void | Layout () |