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

Method sampleColumnValues

src/frontend/spreadsheet/SpreadsheetView.cpp:2851–2859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2849}
2850
2851void SpreadsheetView::sampleColumnValues() {
2852 const auto& columns = selectedColumns();
2853 if (columns.isEmpty())
2854 return;
2855
2856 auto* dlg = new SampleValuesDialog(m_spreadsheet, this);
2857 dlg->setColumns(columns);
2858 dlg->exec();
2859}
2860
2861void SpreadsheetView::flattenColumns() {
2862 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