MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / selectAll

Method selectAll

src/csvgrid.cpp:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

csvwindow.cppFile · 0.80

Calls 2

getNumberRowsMethod · 0.80
getNumberColsMethod · 0.80

Tested by

no test coverage detected