Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Artikash/Textractor
/ SetPositionLock
Method
SetPositionLock
extensions/extrawindow.cpp:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
};
284
285
void SetPositionLock(bool locked)
286
{
287
settings.setValue(POSITION_LOCK, posLock = locked);
288
};
289
290
void SetSizeLock(bool locked)
291
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected