Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ checkPoint
Function
checkPoint
src/qt/guiutil.cpp:344–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
bool checkPoint(const QPoint &p, const QWidget *w)
345
{
346
QWidget *atW = QApplication::widgetAt(w->mapToGlobal(p));
347
if (!atW) return false;
348
return atW->topLevelWidget() == w;
349
}
350
351
bool isObscured(QWidget *w)
352
{
Callers
1
isObscured
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected