Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ changeLocking
Method
changeLocking
src/backend/worksheet/WorksheetElement.cpp:146–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void WorksheetElement::changeLocking() {
147
this->setLock(!isLocked());
148
}
149
150
STD_SETTER_CMD_IMPL_S(WorksheetElement, SetLock, bool, lock)
151
void WorksheetElement::setLock(bool lock) {
Callers
nothing calls this directly
Calls
1
setLock
Method · 0.95
Tested by
no test coverage detected