![]() |
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 | qWindowRef |
| QtOhos::InternalWindowId | windowId |
| std::string | windowTitle |
| QRect | frameGeometry |
| bool | fullscreen = false |
| QOhosOptional< QOhosDisplayInfo::JsDisplayId > | displayId |
Definition at line 27 of file qohoswindowproxydatafactory.h.
| QOhosOptional<QOhosDisplayInfo::JsDisplayId> QOhosWindowProxyMainWindowCreateInfo::displayId |
Definition at line 34 of file qohoswindowproxydatafactory.h.
| QRect QOhosWindowProxyMainWindowCreateInfo::frameGeometry |
Definition at line 32 of file qohoswindowproxydatafactory.h.
| bool QOhosWindowProxyMainWindowCreateInfo::fullscreen = false |
Definition at line 33 of file qohoswindowproxydatafactory.h.
Referenced by makeWindowProxyDataForMainWindowInJsThread().
| QtOhos::QObjectThreadSafeRef QOhosWindowProxyMainWindowCreateInfo::qWindowRef |
Definition at line 29 of file qohoswindowproxydatafactory.h.
| QtOhos::InternalWindowId QOhosWindowProxyMainWindowCreateInfo::windowId |
Definition at line 30 of file qohoswindowproxydatafactory.h.
| std::string QOhosWindowProxyMainWindowCreateInfo::windowTitle |
Definition at line 31 of file qohoswindowproxydatafactory.h.