Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
window_manager.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <qarkui/window_manager.h>
#include <cstdint>
#include <qohosdisplayinfo.h>
#include <multimodalinput/oh_input_manager.h>
#include <qohosplugincore.h>
#include <qohosutils.h>
#include <render/qohosbatchingrequestshandler.h>
#include <window_manager/oh_display_info.h>
#include <window_manager/oh_window_comm.h>
#include <window_manager/oh_window_event_filter.h>
#include <memory>
#include <tuple>
Include dependency graph for window_manager.cpp:

Go to the source code of this file.

Namespaces

namespace  QArkUi

Functions

std::shared_ptr< voidQArkUi::registerMouseEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const MouseEvent & > eventsConsumer)
std::shared_ptr< voidQArkUi::registerKeyEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const KeyEvent & > eventsConsumer)
std::shared_ptr< voidQArkUi::registerTouchEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const TouchEvent & > eventsConsumer)