CustomGridCellAdapter

Adapter for custom drawing of some cells in grid widgets

Members

Functions

drawCell
void drawCell(DrawBuf buf, Rect rc, int col, int row)

draw data cell content

isCustomCell
bool isCustomCell(int col, int row)

return true for custom drawn cell

measureCell
Point measureCell(int col, int row)

return cell size

Meta