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

Method newDatapicker

src/frontend/MainWin.cpp:1974–1977  ·  view source on GitHub ↗

! adds a new Datapicker to the project. */

Source from the content-addressed store, hash-verified

1972 adds a new Datapicker to the project.
1973*/
1974void MainWin::newDatapicker() {
1975 auto* datapicker = new Datapicker(i18n("Data Extractor"));
1976 this->addAspectToProject(datapicker);
1977}
1978
1979/*!
1980 adds a new Spreadsheet to the project.

Callers

nothing calls this directly

Calls 1

addAspectToProjectMethod · 0.95

Tested by

no test coverage detected