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

Method newWorkbook

src/frontend/MainWin.cpp:1966–1969  ·  view source on GitHub ↗

! adds a new Workbook to the project. */

Source from the content-addressed store, hash-verified

1964 adds a new Workbook to the project.
1965*/
1966void MainWin::newWorkbook() {
1967 auto* workbook = new Workbook(i18n("Workbook"));
1968 this->addAspectToProject(workbook);
1969}
1970
1971/*!
1972 adds a new Datapicker to the project.

Callers

nothing calls this directly

Calls 1

addAspectToProjectMethod · 0.95

Tested by

no test coverage detected