Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kwin
/ mapToLocal
Method
mapToLocal
src/window.cpp:367–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
QPointF Window::mapToLocal(const QPointF &point) const
368
{
369
return point - bufferGeometry().topLeft();
370
}
371
372
QPointF Window::mapFromLocal(const QPointF &point) const
373
{
Callers
7
tabletToolProximityEvent
Method · 0.80
tabletToolAxisEvent
Method · 0.80
tabletToolTipEvent
Method · 0.80
motion
Method · 0.80
updateInputPanelState
Method · 0.80
updatePointerConstraints
Method · 0.80
applyPointerConfinement
Method · 0.80
Calls
1
topLeft
Method · 0.45
Tested by
no test coverage detected