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
qohosdrageventutils.cpp File Reference

(c3dea84d855cff46b36515f2692842c359ec5d42)

Include dependency graph for qohosdrageventutils.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Qt::DropAction mapQOhosArkUiDropOperationToQt (::ArkUI_DropOperation dropOperation)
std::optional<::ArkUI_DropOperation > tryMapQOhosArkUiDropOperationFromQt (Qt::DropAction dropAction)
::ArkUI_DropOperation getQOhosDragEventDropOperation (::ArkUI_DragEvent *dragEvent)

Function Documentation

◆ getQOhosDragEventDropOperation()

::ArkUI_DropOperation getQOhosDragEventDropOperation ( ::ArkUI_DragEvent * dragEvent)

Definition at line 32 of file qohosdrageventutils.cpp.

◆ mapQOhosArkUiDropOperationToQt()

QT_BEGIN_NAMESPACE Qt::DropAction mapQOhosArkUiDropOperationToQt ( ::ArkUI_DropOperation dropOperation)

Definition at line 9 of file qohosdrageventutils.cpp.

◆ tryMapQOhosArkUiDropOperationFromQt()

std::optional<::ArkUI_DropOperation > tryMapQOhosArkUiDropOperationFromQt ( Qt::DropAction dropAction)

Definition at line 20 of file qohosdrageventutils.cpp.