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

Method setDockVisibility

src/frontend/MainWin.cpp:2239–2241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2237}
2238
2239void MainWin::setDockVisibility(QAction* action) {
2240 m_project->setDockVisibility((Project::DockVisibility)(action->data().toInt()));
2241}
2242
2243/*!
2244 shows the sub window of a worksheet, matrix or a spreadsheet.

Callers 2

newProjectMethod · 0.45
handleSettingsChangesMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected