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

Method newNotes

src/frontend/MainWin.cpp:2026–2029  ·  view source on GitHub ↗

! adds a new Note to the project. */

Source from the content-addressed store, hash-verified

2024 adds a new Note to the project.
2025*/
2026void MainWin::newNotes() {
2027 Note* notes = new Note(i18n("Note"));
2028 this->addAspectToProject(notes);
2029}
2030
2031/*!
2032 returns a pointer to a \c Spreadsheet object, if the currently active Mdi-Subwindow

Callers

nothing calls this directly

Calls 1

addAspectToProjectMethod · 0.95

Tested by

no test coverage detected