MCPcopy 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
392bool 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
399bool isObscured(QWidget *w)
400{

Callers 1

isObscuredFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected