33 void registerDisplayCallbackListener(
34 QNapi::Object displayModule,
const std::string &eventName,
35 QOhosConsumer<QtOhos::JsState &, QOhosDisplayInfo::JsDisplayId> handleFunction);
39 std::vector<QOhosDisplayInfo> m_registeredDisplayInfos;
40 std::vector<std::shared_ptr<
void>> m_destroyNotifiers;
41 std::map<JsDisplayId, std::shared_ptr<
void>> m_perDisplayDestroyNotifiers;
42 QOhosConsumer<QtOhos::JsState &, JsDisplayId, QRectF> m_availableAreaChangedCb;