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

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <render/qohoswindowproxy.h>
#include <QtCore/QCoreApplication>
#include <QtCore/QSet>
#include <QtCore/private/qnapi_p.h>
#include <qohosjsenv_p.h>
#include <QtCore/qscopeguard.h>
#include <QtGui/qguiapplication.h>
#include <QtGui/qimage.h>
#include <algorithm>
#include <functional>
#include <memory>
#include <multimedia/image_framework/image/pixelmap_native.h>
#include <qarkui/input.h>
#include <qarkui/qarkuiutils.h>
#include <qarkui/qxcomponentregistry.h>
#include <qarkui/window.h>
#include <qarkui/window_manager.h>
#include <qohosdeviceinfo_p.h>
#include <qohosimageformat.h>
#include <qohosjsutils.h>
#include <qohospixelmapconversions.h>
#include <qohosplugincore.h>
#include <qohospointerstyle.h>
#include <qohossettings.h>
#include <qohosutils.h>
#include <render/qohosbatchingrequestshandler.h>
#include <render/qohosjswindowregistry.h>
#include <render/qohoswindowproxydatafactory.h>
#include <render/qxcomponent.h>
#include <type_traits>
#include <utility>
Include dependency graph for qohoswindowproxy.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

QRect QT_BEGIN_NAMESPACE::ohosWindowRectToQRect (const QNapi::Object &ohosWindowRect)
QOhosWindowProxy::AvoidArea QT_BEGIN_NAMESPACE::mapAvoidAreaFromJs (const QNapi::Object &avoidAreaObject)
QOhosPointerStyle QT_BEGIN_NAMESPACE::convertToOhosCursor (Qt::CursorShape shape)
QOhosOptional< double > QT_BEGIN_NAMESPACE::getOptionalNumberPropAsOptionalDouble (const QNapi::Object &object, const std::string &propertyName)
QArkUi::WindowProperties QT_BEGIN_NAMESPACE::getWindowPropertiesFromJsWindow (QNapi::Object jsWindow)
QNapi::Object QT_BEGIN_NAMESPACE::toNapiObject (napi_env env, const QOhosWindowProxy::MoveConfiguration &moveConfiguration)
template<typename ... Args>
std::function< void(Args...)> QT_BEGIN_NAMESPACE::makeQtThreadWindowCallbackDelegate (std::function< void(Args...)> QOhosWindowProxy::WindowCallbacks::*memberPtr, std::shared_ptr< QOhosWindowProxy::WindowCallbacks > qtWindowCallbacks)
template<typename T>
std::function< void(T)> QT_BEGIN_NAMESPACE::makeCompressingQtThreadWindowCallbackDelegate (std::function< void(T)> QOhosWindowProxy::WindowCallbacks::*memberPtr, std::shared_ptr< QOhosWindowProxy::WindowCallbacks > qtWindowCallbacks)
bool QT_BEGIN_NAMESPACE::isPointInNonClientArea (const QPoint &point, const QArkUi::WindowProperties &windowProperties)
QOhosOptional< QEvent::TypeQT_BEGIN_NAMESPACE::tryMapMouseEventActionToNonClientAreaEventType (::Input_MouseEventAction action)
QOhosOptional< Qt::MouseButtonQT_BEGIN_NAMESPACE::tryMapMouseEventButtonToQt (::Input_MouseEventButton button)
QOhosOptional< QEventPoint::StateQT_BEGIN_NAMESPACE::tryMapTouchEventActionToNonClientAreaEventState (::Input_TouchEventAction action)
template<typename EnumsContainer>
std::string QT_BEGIN_NAMESPACE::mapEnumsToLogString (const EnumsContainer &enums)