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

Method fillWithFunctionValues

src/frontend/spreadsheet/SpreadsheetView.cpp:2450–2460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2448}
2449
2450void SpreadsheetView::fillWithFunctionValues() {
2451#ifndef SDK
2452 const auto& columns = selectedColumns();
2453 if (columns.isEmpty())
2454 return;
2455
2456 auto* dlg = new FunctionValuesDialog(m_spreadsheet);
2457 dlg->setColumns(columns);
2458 dlg->exec();
2459#endif
2460}
2461
2462void SpreadsheetView::fillSelectedCellsWithConstValues() {
2463 const auto& columns = selectedColumns(false);

Callers

nothing calls this directly

Calls 3

execMethod · 0.80
isEmptyMethod · 0.45
setColumnsMethod · 0.45

Tested by

no test coverage detected