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

(c3dea84d855cff46b36515f2692842c359ec5d42)

#include <QtCore/qglobal.h>
#include <QtCore/qnamespace.h>
#include <arkui/drag_and_drop.h>
#include <optional>
Include dependency graph for qohosdrageventutils.h:
This graph shows which files directly or indirectly include this file:

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.