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

Method newWorksheet

src/frontend/MainWin.cpp:2018–2021  ·  view source on GitHub ↗

! adds a new Worksheet to the project. */

Source from the content-addressed store, hash-verified

2016 adds a new Worksheet to the project.
2017*/
2018void MainWin::newWorksheet() {
2019 auto* worksheet = new Worksheet(i18n("Worksheet"));
2020 this->addAspectToProject(worksheet);
2021}
2022
2023/*!
2024 adds a new Note to the project.

Callers

nothing calls this directly

Calls 1

addAspectToProjectMethod · 0.95

Tested by

no test coverage detected