![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosdisplayinfo.h>#include <QtCore/private/qohoscommon_p.h>#include <QtCore/qglobal.h>#include <QtCore/qrect.h>#include <functional>#include <memory>#include <qohosinternalwindowid_p.h>#include <qohosplugincore.h>#include <render/qxcomponent.h>#include <string>Go to the source code of this file.
Classes | |
| struct | QOhosWindowProxyMainWindowCreateInfo |
| struct | QOhosWindowProxyExistingMainWindowCreateInfo |
| struct | QOhosWindowProxySubWindowCreateInfo |
| struct | QOhosWindowProxyFloatWindowCreateInfo |
| struct | QOhosWindowProxyData |
Enumerations | |
| enum class | WindowProxyType { FloatWindow , MainWindow , SubWindow } |
|
strong |
| Enumerator | |
|---|---|
| FloatWindow | |
| MainWindow | |
| SubWindow | |
Definition at line 20 of file qohoswindowproxydatafactory.h.
| void makeWindowProxyDataForExistingMainWindowInJsThread | ( | QtOhos::JsState & | jsState, |
| const QOhosWindowProxyExistingMainWindowCreateInfo & | createInfo, | ||
| QOhosConsumer< QtOhos::JsState &, QOhosWindowProxyData > | resultConsumer ) |
Definition at line 240 of file qohoswindowproxydatafactory.cpp.
References QXComponentId::createForNativeNodeMainWindow(), and QtOhos::QUiAbilityPeer::tryCastFromQAbilityPeerOrNull().
| void makeWindowProxyDataForFloatWindowInJsThread | ( | QtOhos::JsState & | jsState, |
| const QOhosWindowProxyFloatWindowCreateInfo & | createInfo, | ||
| QOhosConsumer< QtOhos::JsState &, QOhosWindowProxyData > | resultConsumer ) |
Definition at line 343 of file qohoswindowproxydatafactory.cpp.
References QtOhos::JsState::defaultQAbilityPeer().
| void makeWindowProxyDataForMainWindowInJsThread | ( | QtOhos::JsState & | jsState, |
| const QOhosWindowProxyMainWindowCreateInfo & | createInfo, | ||
| QOhosConsumer< QtOhos::JsState &, QOhosWindowProxyData > | resultConsumer ) |
Definition at line 199 of file qohoswindowproxydatafactory.cpp.
References QtOhos::JsState::defaultQAbilityPeer(), and QOhosWindowProxyMainWindowCreateInfo::fullscreen.
| void makeWindowProxyDataForSubWindowInJsThread | ( | QtOhos::JsState & | jsState, |
| const QOhosWindowProxySubWindowCreateInfo & | createInfo, | ||
| QOhosConsumer< QtOhos::JsState &, QOhosWindowProxyData > | resultConsumer ) |
Definition at line 269 of file qohoswindowproxydatafactory.cpp.
References QtOhos::QUiAbilityPeer::tryCastFromQAbilityPeerOrNull().
| void makeWindowProxyDataForSubWindowInJsThread | ( | QtOhos::JsState & | jsState, |
| QNapi::Object | windowStageOrWindowObject, | ||
| const QOhosWindowProxySubWindowCreateInfo & | createInfo, | ||
| QOhosConsumer< QtOhos::JsState &, QOhosWindowProxyData > | resultConsumer ) |
Definition at line 285 of file qohoswindowproxydatafactory.cpp.
References QOhosWindowProxySubWindowCreateInfo::decorEnabled, QT_BEGIN_NAMESPACE::SubWindowOptions::decorEnabled, QOhosWindowProxySubWindowCreateInfo::disableWindowFocusableBeforeLoadContentHack, QT_BEGIN_NAMESPACE::SubWindowOptions::isModal, QT_BEGIN_NAMESPACE::makeOhosUniqueSystemWindowName(), QOhosWindowProxySubWindowCreateInfo::modal, QOhosWindowProxySubWindowCreateInfo::windowTitle, and QT_BEGIN_NAMESPACE::SubWindowOptions::windowTitle.