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

Method fillWithEquidistantValues

src/frontend/spreadsheet/SpreadsheetView.cpp:2438–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2436}
2437
2438void SpreadsheetView::fillWithEquidistantValues() {
2439#ifndef SDK
2440 const auto& columns = selectedColumns();
2441 if (columns.isEmpty())
2442 return;
2443
2444 auto* dlg = new EquidistantValuesDialog(m_spreadsheet);
2445 dlg->setColumns(columns);
2446 dlg->exec();
2447#endif
2448}
2449
2450void SpreadsheetView::fillWithFunctionValues() {
2451#ifndef SDK

Callers

nothing calls this directly

Calls 3

execMethod · 0.80
isEmptyMethod · 0.45
setColumnsMethod · 0.45

Tested by

no test coverage detected