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
QOhosJsWindowRegistry Class Reference

#include <qohosjswindowregistry.h>

Collaboration diagram for QOhosJsWindowRegistry:

Public Member Functions

 QOhosJsWindowRegistry ()
 QOhosJsWindowRegistry (const QOhosJsWindowRegistry &)=delete
QOhosJsWindowRegistryoperator= (const QOhosJsWindowRegistry &)=delete
 QOhosJsWindowRegistry (QOhosJsWindowRegistry &&)=delete
QOhosJsWindowRegistryoperator= (QOhosJsWindowRegistry &&)=delete
std::shared_ptr< voidregisterJsWindow (std::shared_ptr< QArkUi::JsWindowRef > jsWindowRef)
std::vector< QArkUi::JsWindowIdqueryByPredicate (QtOhos::JsState &jsState, const std::function< bool(QtOhos::JsState &, const QArkUi::JsWindowRef &)> &predicate)
std::shared_ptr< QArkUi::JsWindowReftryFindJsWindowById (QArkUi::JsWindowId jsWinId) const

Detailed Description

Definition at line 17 of file qohosjswindowregistry.h.

Constructor & Destructor Documentation

◆ QOhosJsWindowRegistry() [1/3]

QT_BEGIN_NAMESPACE QOhosJsWindowRegistry::QOhosJsWindowRegistry ( )
default

◆ QOhosJsWindowRegistry() [2/3]

QOhosJsWindowRegistry::QOhosJsWindowRegistry ( const QOhosJsWindowRegistry & )
delete

◆ QOhosJsWindowRegistry() [3/3]

QOhosJsWindowRegistry::QOhosJsWindowRegistry ( QOhosJsWindowRegistry && )
delete

Member Function Documentation

◆ operator=() [1/2]

QOhosJsWindowRegistry & QOhosJsWindowRegistry::operator= ( const QOhosJsWindowRegistry & )
delete

◆ operator=() [2/2]

QOhosJsWindowRegistry & QOhosJsWindowRegistry::operator= ( QOhosJsWindowRegistry && )
delete

◆ queryByPredicate()

std::vector< QArkUi::JsWindowId > QOhosJsWindowRegistry::queryByPredicate ( QtOhos::JsState & jsState,
const std::function< bool(QtOhos::JsState &, const QArkUi::JsWindowRef &)> & predicate )

Definition at line 29 of file qohosjswindowregistry.cpp.

◆ registerJsWindow()

std::shared_ptr< void > QOhosJsWindowRegistry::registerJsWindow ( std::shared_ptr< QArkUi::JsWindowRef > jsWindowRef)

Definition at line 12 of file qohosjswindowregistry.cpp.

◆ tryFindJsWindowById()

std::shared_ptr< QArkUi::JsWindowRef > QOhosJsWindowRegistry::tryFindJsWindowById ( QArkUi::JsWindowId jsWinId) const

Definition at line 41 of file qohosjswindowregistry.cpp.


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