Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QArkUi::QXComponentRegistry Class Reference

#include <qxcomponentregistry.h>

Collaboration diagram for QArkUi::QXComponentRegistry:

Public Member Functions

QOhosOptional< QXComponentNodetryTakeNodeByXComponentId (const QXComponentId &id)
 QXComponentRegistry (const QXComponentRegistry &)=delete
 QXComponentRegistry (QXComponentRegistry &&)=delete
QXComponentRegistryoperator= (const QXComponentRegistry &)=delete
QXComponentRegistryoperator= (QXComponentRegistry &&)=delete

Static Public Member Functions

static QXComponentRegistryinstance ()
static bool Init (napi_env env, napi_value exports)

Detailed Description

Definition at line 18 of file qxcomponentregistry.h.

Constructor & Destructor Documentation

◆ QXComponentRegistry() [1/2]

QArkUi::QXComponentRegistry::QXComponentRegistry ( const QXComponentRegistry & )
delete

◆ QXComponentRegistry() [2/2]

QArkUi::QXComponentRegistry::QXComponentRegistry ( QXComponentRegistry && )
delete

Member Function Documentation

◆ Init()

bool QArkUi::QXComponentRegistry::Init ( napi_env env,
napi_value exports )
static

Definition at line 31 of file qxcomponentregistry.cpp.

References instance(), QXComponentId::NativeNodeFloatWindow, QXComponentId::NativeNodeMainWindow, QXComponentId::NativeNodeSubWindow, and QXComponentId::RenderXComponent.

Here is the call graph for this function:

◆ instance()

QXComponentRegistry & QArkUi::QXComponentRegistry::instance ( )
static

Definition at line 25 of file qxcomponentregistry.cpp.

Referenced by Init(), and QT_BEGIN_NAMESPACE::takeNodeXComponentFromRegistryOrFail().

Here is the caller graph for this function:

◆ operator=() [1/2]

QXComponentRegistry & QArkUi::QXComponentRegistry::operator= ( const QXComponentRegistry & )
delete

◆ operator=() [2/2]

QXComponentRegistry & QArkUi::QXComponentRegistry::operator= ( QXComponentRegistry && )
delete

◆ tryTakeNodeByXComponentId()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: