MCPcopy Create free account
hub / github.com/KDE/labplot / selectCell

Method selectCell

src/frontend/spreadsheet/SpreadsheetView.cpp:1116–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116void SpreadsheetView::selectCell(int row, int col) {
1117 m_tableView->selectionModel()->select(m_model->index(row, col), QItemSelectionModel::Select);
1118}
1119
1120void SpreadsheetView::clearSelection() {
1121 m_tableView->selectionModel()->clear();

Callers 1

findAllMethod · 0.80

Calls 2

selectionModelMethod · 0.80
indexMethod · 0.45

Tested by

no test coverage detected