![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowproxyregistry.h>
Public Member Functions | |
| QWindowProxyRegistry (const QWindowProxyRegistry &)=delete | |
| QWindowProxyRegistry & | operator= (const QWindowProxyRegistry &)=delete |
| QWindowProxyRegistry (QWindowProxyRegistry &&)=delete | |
| QWindowProxyRegistry & | operator= (QWindowProxyRegistry &&)=delete |
| std::shared_ptr< void > | registerQWindowWithWindowProxy (QWindow *window, const QOhosWindowProxy &windowProxy) |
| QOhosOptional< QArkUi::JsWindowId > | tryMapInternalWindowIdToJsWindowId (QtOhos::InternalWindowId internalWindowId) const |
| QWindow * | findQWindowByJsWindowIdOrNull (QArkUi::JsWindowId jsWindowId) |
| QOhosOptional< std::string > | tryFindQAbilityInstanceIdByInternalWindowId (QtOhos::InternalWindowId internalWindowId) |
| std::vector< QWindow * > | queryWindowsWithSystemWindowAndFocus () |
| std::vector< QWindow * > | queryWindowsWithVisibleSystemWindow () |
| ~QWindowProxyRegistry () | |
Static Public Member Functions | |
| static QWindowProxyRegistry & | instance () |
Definition at line 17 of file qwindowproxyregistry.h.
|
delete |
|
delete |
|
default |
| QWindow * QWindowProxyRegistry::findQWindowByJsWindowIdOrNull | ( | QArkUi::JsWindowId | jsWindowId | ) |
Definition at line 82 of file qwindowproxyregistry.cpp.
|
static |
Definition at line 102 of file qwindowproxyregistry.cpp.
Referenced by QT_BEGIN_NAMESPACE::getFirstTopLevelWindowOrNull(), QT_BEGIN_NAMESPACE::getFirstTopLevelWindowWithSystemFocusOrNull(), and QOhosPlatformScreen::topLevelAt().
|
delete |
|
delete |
| std::vector< QWindow * > QWindowProxyRegistry::queryWindowsWithSystemWindowAndFocus | ( | ) |
Definition at line 108 of file qwindowproxyregistry.cpp.
| std::vector< QWindow * > QWindowProxyRegistry::queryWindowsWithVisibleSystemWindow | ( | ) |
Definition at line 116 of file qwindowproxyregistry.cpp.
| std::shared_ptr< void > QWindowProxyRegistry::registerQWindowWithWindowProxy | ( | QWindow * | window, |
| const QOhosWindowProxy & | windowProxy ) |
Definition at line 39 of file qwindowproxyregistry.cpp.
References QOhosWindowProxy::getWindowProperties().
| QOhosOptional< std::string > QWindowProxyRegistry::tryFindQAbilityInstanceIdByInternalWindowId | ( | QtOhos::InternalWindowId | internalWindowId | ) |
Definition at line 93 of file qwindowproxyregistry.cpp.
| QOhosOptional< QArkUi::JsWindowId > QWindowProxyRegistry::tryMapInternalWindowIdToJsWindowId | ( | QtOhos::InternalWindowId | internalWindowId | ) | const |
Definition at line 68 of file qwindowproxyregistry.cpp.