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

Method newFolder

src/frontend/MainWin.cpp:1958–1961  ·  view source on GitHub ↗

! adds a new Folder to the project. */

Source from the content-addressed store, hash-verified

1956 adds a new Folder to the project.
1957*/
1958void MainWin::newFolder() {
1959 Folder* folder = new Folder(i18n("Folder"));
1960 this->addAspectToProject(folder);
1961}
1962
1963/*!
1964 adds a new Workbook to the project.

Callers

nothing calls this directly

Calls 1

addAspectToProjectMethod · 0.95

Tested by

no test coverage detected