![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qxcomponent.h>
Public Types | |
| enum class | RecognizedType { RenderXComponent , NativeNodeSubWindow , NativeNodeMainWindow , NativeNodeFloatWindow } |
Public Member Functions | |
| QXComponentId (const QXComponentId &other)=default | |
| QXComponentId & | operator= (const QXComponentId &other)=default |
| QXComponentId (QXComponentId &&other)=default | |
| QXComponentId & | operator= (QXComponentId &&other)=default |
| bool | operator== (const QXComponentId &other) const |
| bool | operator!= (const QXComponentId &other) const |
| bool | operator< (const QXComponentId &other) const |
| std::string | stringId () const |
| QNapi::Value | toNapiValue (napi_env env) const |
| QOhosOptional< RecognizedType > | recognizedType () const |
Static Public Member Functions | |
| static QXComponentId | createForNativeNodeMainWindow (const std::string &qAbilityInstanceId) |
| static QXComponentId | createForNativeNodeSubWindow (QtOhos::InternalWindowId windowId) |
| static QXComponentId | createForRenderXComponent (QtOhos::InternalWindowId windowId) |
| static QXComponentId | createForNativeNodeFloatWindow (QtOhos::InternalWindowId windowId) |
| static QOhosOptional< QXComponentId > | tryCreateFromXComponent (::OH_NativeXComponent *xComponent) |
Definition at line 46 of file qxcomponent.h.
|
strong |
| Enumerator | |
|---|---|
| RenderXComponent | |
| NativeNodeSubWindow | |
| NativeNodeMainWindow | |
| NativeNodeFloatWindow | |
Definition at line 49 of file qxcomponent.h.
|
default |
|
default |
|
static |
Definition at line 75 of file qxcomponent.cpp.
|
static |
Definition at line 60 of file qxcomponent.cpp.
References QT_BEGIN_NAMESPACE::xComponentPrefixForMainWindow.
Referenced by makeWindowProxyDataForExistingMainWindowInJsThread().
|
static |
Definition at line 65 of file qxcomponent.cpp.
|
static |
Definition at line 70 of file qxcomponent.cpp.
| bool QXComponentId::operator!= | ( | const QXComponentId & | other | ) | const |
Definition at line 50 of file qxcomponent.cpp.
| bool QXComponentId::operator< | ( | const QXComponentId & | other | ) | const |
Definition at line 55 of file qxcomponent.cpp.
|
default |
|
default |
| bool QXComponentId::operator== | ( | const QXComponentId & | other | ) | const |
Definition at line 45 of file qxcomponent.cpp.
| QOhosOptional< QXComponentId::RecognizedType > QXComponentId::recognizedType | ( | ) | const |
Definition at line 121 of file qxcomponent.cpp.
| std::string QXComponentId::stringId | ( | ) | const |
Definition at line 86 of file qxcomponent.cpp.
Referenced by QT_BEGIN_NAMESPACE::takeNodeXComponentFromRegistryOrFail().
| QNapi::Value QXComponentId::toNapiValue | ( | napi_env | env | ) | const |
Definition at line 116 of file qxcomponent.cpp.
|
static |
Definition at line 91 of file qxcomponent.cpp.