MCPcopy 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
344bool 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
351bool isObscured(QWidget *w)
352{

Callers 1

isObscuredFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected