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