| 57 | UpdateLights(); |
| 58 | } |
| 59 | float Get(int col, int row) { return mGrid->GetVal(col, row); } |
| 60 | void HighlightCell(int col, int row, double time, double duration, int colorIndex); |
| 61 | void SetDivision(int steps) { return mGrid->SetMajorColSize(steps); } |
| 62 | int GetCols() const { return mGrid->GetCols(); } |
no test coverage detected