Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ lockChanged
Method
lockChanged
src/frontend/dockwidgets/CustomPointDock.cpp:230–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
void CustomPointDock::lockChanged(bool locked) {
231
CONDITIONAL_LOCK_RETURN;
232
for (auto* point : m_points)
233
point->setLock(locked);
234
}
235
236
/*!
237
* \brief CustomPointDock::bindingChanged
Callers
nothing calls this directly
Calls
1
setLock
Method · 0.80
Tested by
no test coverage detected