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

Method dropColumnValues

src/frontend/spreadsheet/SpreadsheetView.cpp:2831–2839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2829}
2830
2831void SpreadsheetView::dropColumnValues() {
2832 const auto& columns = selectedColumns();
2833 if (columns.isEmpty())
2834 return;
2835
2836 auto* dlg = new DropValuesDialog(m_spreadsheet);
2837 dlg->setColumns(columns);
2838 dlg->exec();
2839}
2840
2841void SpreadsheetView::maskColumnValues() {
2842 const auto& columns = selectedColumns();

Callers

nothing calls this directly

Calls 3

execMethod · 0.80
isEmptyMethod · 0.45
setColumnsMethod · 0.45

Tested by

no test coverage detected