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

Method updateSelection

src/csvgrid.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599void CsvGrid::updateSelection(int row_top, int col_left, int row_bottom, int col_right) {
600 DEBUG_PRINTF("#### CsvGrid::updateSelection\n");
601 set_selection(row_top, col_left, row_bottom, col_right);
602}
603
604int CsvGrid::innerWidth() {
605 DEBUG_PRINTF("#### CsvGrid::defaultFont\n");

Callers 3

createMethod · 0.80
delColsMethod · 0.80
delRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected