MCPcopy 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
146void WorksheetElement::changeLocking() {
147 this->setLock(!isLocked());
148}
149
150STD_SETTER_CMD_IMPL_S(WorksheetElement, SetLock, bool, lock)
151void WorksheetElement::setLock(bool lock) {

Callers

nothing calls this directly

Calls 1

setLockMethod · 0.95

Tested by

no test coverage detected