| 499 | |
| 500 | |
| 501 | void CsvGrid::selectAll() { |
| 502 | DEBUG_PRINTF("#### CsvGrid::selectAll\n"); |
| 503 | updateSelection(0, 0, dataTable->getNumberRows()-1, dataTable->getNumberCols()-1); |
| 504 | } |
| 505 | |
| 506 | |
| 507 | std::vector<int> CsvGrid::getSelection() { |
no test coverage detected