MCPcopy 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
367QPointF Window::mapToLocal(const QPointF &point) const
368{
369 return point - bufferGeometry().topLeft();
370}
371
372QPointF Window::mapFromLocal(const QPointF &point) const
373{

Callers 7

tabletToolAxisEventMethod · 0.80
tabletToolTipEventMethod · 0.80
motionMethod · 0.80
updateInputPanelStateMethod · 0.80

Calls 1

topLeftMethod · 0.45

Tested by

no test coverage detected