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

Method getSelection

src/csvgrid.cpp:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505
506
507std::vector<int> CsvGrid::getSelection() {
508 DEBUG_PRINTF("#### CsvGrid::getSelection\n");
509 int s_left, s_top, s_right, s_bottom;
510 get_selection(s_top, s_left, s_bottom, s_right);
511 return {s_top, s_left, s_bottom, s_right};
512}
513
514
515

Callers 9

undoMethod · 0.45
find_substring_CBMethod · 0.45
flagSelectedRowsCBMethod · 0.45
splitColMethod · 0.45
mergeColsMethod · 0.45
jumpToRowMethod · 0.45
jumpToFlaggedRowMethod · 0.45
editSingleCellMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected