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

Method fillWithRandomValues

src/frontend/spreadsheet/SpreadsheetView.cpp:2426–2436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2424}
2425
2426void SpreadsheetView::fillWithRandomValues() {
2427#ifndef SDK
2428 const auto& columns = selectedColumns();
2429 if (columns.isEmpty())
2430 return;
2431
2432 auto* dlg = new RandomValuesDialog(m_spreadsheet);
2433 dlg->setColumns(columns);
2434 dlg->exec();
2435#endif
2436}
2437
2438void SpreadsheetView::fillWithEquidistantValues() {
2439#ifndef SDK

Callers

nothing calls this directly

Calls 3

execMethod · 0.80
isEmptyMethod · 0.45
setColumnsMethod · 0.45

Tested by

no test coverage detected