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

Method selectionModel

src/frontend/spreadsheet/SpreadsheetView.cpp:1192–1194  ·  view source on GitHub ↗

! * return the selection model of the tree view, private function wrapper to be able * to unit-test the selection without exposing the whole internal table view. */

Source from the content-addressed store, hash-verified

1190 * to unit-test the selection without exposing the whole internal table view.
1191 */
1192QItemSelectionModel* SpreadsheetView::selectionModel() {
1193 return m_tableView->selectionModel();
1194}
1195
1196/*!
1197 Returns the number of selected columns.

Callers 15

contextMenuEventMethod · 0.80
setModelMethod · 0.80
eventFilterMethod · 0.80
selectIndexMethod · 0.80
deselectIndexMethod · 0.80
selectionChangedMethod · 0.80
expandSelectedMethod · 0.80
collapseSelectedMethod · 0.80
changeSelectedVisibleMethod · 0.80
deleteSelectedMethod · 0.80
saveMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by 9

testSearchSimple00Method · 0.64
testSearchExtended00Method · 0.64
testSearchExtended01Method · 0.64
testSearchExtended02Method · 0.64
testSearchExtended03Method · 0.64
testSearchFindAllMethod · 0.64
testSearchReplaceTextMethod · 0.64