Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ checkPoint
Function
checkPoint
src/qt/guiutil.cpp:392–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
bool checkPoint(const QPoint &p, const QWidget *w)
393
{
394
QWidget *atW = QApplication::widgetAt(w->mapToGlobal(p));
395
if (!atW) return false;
396
return atW->window() == w;
397
}
398
399
bool isObscured(QWidget *w)
400
{
Callers
1
isObscured
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected