MCPcopy Create free account
hub / github.com/DISTRHO/DPF / FOR_EACH_TOP_LEVEL_WIDGET_INV

Function FOR_EACH_TOP_LEVEL_WIDGET_INV

dgl/src/WindowPrivateData.cpp:778–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776
777#ifndef DPF_TEST_WINDOW_CPP
778 FOR_EACH_TOP_LEVEL_WIDGET_INV(rit)
779 {
780 TopLevelWidget* const widget(*rit);
781
782 if (widget->isVisible() && widget->onKeyboard(ev))
783 break;
784 }
785#endif
786}
787

Callers

nothing calls this directly

Calls 6

isVisibleMethod · 0.45
onKeyboardMethod · 0.45
onCharacterInputMethod · 0.45
onMouseMethod · 0.45
onMotionMethod · 0.45
onScrollMethod · 0.45

Tested by

no test coverage detected