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

Method updateTable

src/csvwindow.cpp:731–736  ·  view source on GitHub ↗

* Updates the internals of the underlying CsvTable and its display in CsvGrid */

Source from the content-addressed store, hash-verified

729 * Updates the internals of the underlying CsvTable and its display in CsvGrid
730 */
731void CsvWindow::updateTable() {
732 table->updateInternals();
733 grid->rows( table->getNumberRows() );
734 grid->cols( table->getNumberCols() );
735 grid->redraw();
736}
737
738
739/*

Callers 1

pasteMethod · 0.80

Calls 4

updateInternalsMethod · 0.80
rowsMethod · 0.80
getNumberRowsMethod · 0.80
getNumberColsMethod · 0.80

Tested by

no test coverage detected