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
qohosnativenodekeyevent.h File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <QtCore/qflags.h>
#include <QtCore/qglobal.h>
#include <arkui/native_key_event.h>
#include <qohoskeyevent.h>
#include <qohoskeyeventconverthelpers.h>
Include dependency graph for qohosnativenodekeyevent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE std::shared_ptr< QOhosKeyEventmakeQOhosNativeNodeKeyEvent (::ArkUI_KeyEventType keyEventType, ::ArkUI_KeyCode keyCode, QFlags< OhosKeyboardModifier > keysFlags)
std::shared_ptr< QOhosKeyEventmakeEmptyQOhosNativeNodeKeyEvent ()

Function Documentation

◆ makeEmptyQOhosNativeNodeKeyEvent()

std::shared_ptr< QOhosKeyEvent > makeEmptyQOhosNativeNodeKeyEvent ( )

Definition at line 312 of file qohosnativenodekeyevent.cpp.

◆ makeQOhosNativeNodeKeyEvent()

QT_BEGIN_NAMESPACE std::shared_ptr< QOhosKeyEvent > makeQOhosNativeNodeKeyEvent ( ::ArkUI_KeyEventType keyEventType,
::ArkUI_KeyCode keyCode,
QFlags< OhosKeyboardModifier > keysFlags )

Definition at line 306 of file qohosnativenodekeyevent.cpp.