![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qxcomponentregistry.h>
Public Member Functions | |
| QOhosOptional< QXComponentNode > | tryTakeNodeByXComponentId (const QXComponentId &id) |
| QXComponentRegistry (const QXComponentRegistry &)=delete | |
| QXComponentRegistry (QXComponentRegistry &&)=delete | |
| QXComponentRegistry & | operator= (const QXComponentRegistry &)=delete |
| QXComponentRegistry & | operator= (QXComponentRegistry &&)=delete |
Static Public Member Functions | |
| static QXComponentRegistry & | instance () |
| static bool | Init (napi_env env, napi_value exports) |
Definition at line 18 of file qxcomponentregistry.h.
|
delete |
|
delete |
|
static |
Definition at line 31 of file qxcomponentregistry.cpp.
References instance(), QXComponentId::NativeNodeFloatWindow, QXComponentId::NativeNodeMainWindow, QXComponentId::NativeNodeSubWindow, and QXComponentId::RenderXComponent.
|
static |
Definition at line 25 of file qxcomponentregistry.cpp.
Referenced by Init(), and QT_BEGIN_NAMESPACE::takeNodeXComponentFromRegistryOrFail().
|
delete |
|
delete |
| QOhosOptional< QXComponentNode > QArkUi::QXComponentRegistry::tryTakeNodeByXComponentId | ( | const QXComponentId & | id | ) |
Definition at line 14 of file qxcomponentregistry.cpp.
References QOhosOptional< T >::andThen().
Referenced by QT_BEGIN_NAMESPACE::takeNodeXComponentFromRegistryOrFail().