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

Method maskColumnValues

src/frontend/spreadsheet/SpreadsheetView.cpp:2841–2849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2839}
2840
2841void SpreadsheetView::maskColumnValues() {
2842 const auto& columns = selectedColumns();
2843 if (columns.isEmpty())
2844 return;
2845
2846 auto* dlg = new DropValuesDialog(m_spreadsheet, true);
2847 dlg->setColumns(columns);
2848 dlg->exec();
2849}
2850
2851void SpreadsheetView::sampleColumnValues() {
2852 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