![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohoswindowproxydatafactory.h>
Public Attributes | |
| QtOhos::QObjectThreadSafeRef | window |
| QtOhos::InternalWindowId | windowId |
| std::string | qAbilityInstanceId |
| std::string | windowTitle |
| bool | decorEnabled = false |
| bool | disableWindowFocusableBeforeLoadContentHack |
| bool | modal = false |
Definition at line 44 of file qohoswindowproxydatafactory.h.
| bool QOhosWindowProxySubWindowCreateInfo::decorEnabled = false |
Definition at line 50 of file qohoswindowproxydatafactory.h.
Referenced by makeWindowProxyDataForSubWindowInJsThread().
| bool QOhosWindowProxySubWindowCreateInfo::disableWindowFocusableBeforeLoadContentHack |
Definition at line 51 of file qohoswindowproxydatafactory.h.
Referenced by makeWindowProxyDataForSubWindowInJsThread().
| bool QOhosWindowProxySubWindowCreateInfo::modal = false |
Definition at line 52 of file qohoswindowproxydatafactory.h.
Referenced by makeWindowProxyDataForSubWindowInJsThread().
| std::string QOhosWindowProxySubWindowCreateInfo::qAbilityInstanceId |
Definition at line 48 of file qohoswindowproxydatafactory.h.
| QtOhos::QObjectThreadSafeRef QOhosWindowProxySubWindowCreateInfo::window |
Definition at line 46 of file qohoswindowproxydatafactory.h.
| QtOhos::InternalWindowId QOhosWindowProxySubWindowCreateInfo::windowId |
Definition at line 47 of file qohoswindowproxydatafactory.h.
| std::string QOhosWindowProxySubWindowCreateInfo::windowTitle |
Definition at line 49 of file qohoswindowproxydatafactory.h.
Referenced by makeWindowProxyDataForSubWindowInJsThread().