Searched refs:WindowInfosReportedListener (Results 1 – 1 of 1) sorted by relevance
27 struct WindowInfosReportedListener : gui::BnWindowInfosReportedListener { struct28 explicit WindowInfosReportedListener(std::function<void()> listenerCb) in WindowInfosReportedListener() function43 new WindowInfosReportedListener([&]() { windowInfosReported(); }); in WindowInfosListenerInvoker()