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

Method columnClicked

src/frontend/spreadsheet/SpreadsheetView.cpp:3673–3675  ·  view source on GitHub ↗

! called when a column in the speadsheet view was clicked (click in the header). Propagates the selection of the column to the \c Spreadsheet object (a click in the header always selects the column). */

Source from the content-addressed store, hash-verified

3671 (a click in the header always selects the column).
3672*/
3673void SpreadsheetView::columnClicked(int column) {
3674 m_spreadsheet->setColumnSelectedInView(column, true);
3675}
3676
3677/*!
3678 called on selections changes. Propagates the selection/deselection of columns to the \c Spreadsheet object.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected