![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <render/qohoswindowproxydatafactory.h>#include <QtCore/qscopeguard.h>#include <cstdint>#include <qarkui/qxcomponentregistry.h>#include <qohosutils.h>#include <render/qohoswindowproxy.h>#include <render/qxcomponent.h>Go to the source code of this file.
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
| 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.