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

Method cursor0EnableChanged

src/frontend/dockwidgets/CursorDock.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void CursorDock::cursor0EnableChanged(bool enable) {
97 CONDITIONAL_LOCK_RETURN;
98
99 for (auto* plot : m_plotList)
100 plot->setCursor0Enable(enable);
101}
102
103void CursorDock::cursor1EnableChanged(bool enable) {
104 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setCursor0EnableMethod · 0.80

Tested by

no test coverage detected