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

Method propertiesExplorerRequested

src/frontend/MainWin.cpp:2385–2388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2383}
2384
2385void MainWin::propertiesExplorerRequested() {
2386 if (!m_propertiesDock->isVisible())
2387 m_propertiesDock->toggleView(true);
2388}
2389
2390/*
2391void MainWin::toggleHideWidget(QWidget* widget, bool hideToLeft)

Callers

nothing calls this directly

Calls 2

isVisibleMethod · 0.45
toggleViewMethod · 0.45

Tested by

no test coverage detected