![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosjswindowregistry.h>
Public Member Functions | |
| QOhosJsWindowRegistry () | |
| QOhosJsWindowRegistry (const QOhosJsWindowRegistry &)=delete | |
| QOhosJsWindowRegistry & | operator= (const QOhosJsWindowRegistry &)=delete |
| QOhosJsWindowRegistry (QOhosJsWindowRegistry &&)=delete | |
| QOhosJsWindowRegistry & | operator= (QOhosJsWindowRegistry &&)=delete |
| std::shared_ptr< void > | registerJsWindow (std::shared_ptr< QArkUi::JsWindowRef > jsWindowRef) |
| std::vector< QArkUi::JsWindowId > | queryByPredicate (QtOhos::JsState &jsState, const std::function< bool(QtOhos::JsState &, const QArkUi::JsWindowRef &)> &predicate) |
| std::shared_ptr< QArkUi::JsWindowRef > | tryFindJsWindowById (QArkUi::JsWindowId jsWinId) const |
Definition at line 17 of file qohosjswindowregistry.h.
|
default |
|
delete |
|
delete |
|
delete |
|
delete |
| 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.
| std::shared_ptr< void > QOhosJsWindowRegistry::registerJsWindow | ( | std::shared_ptr< QArkUi::JsWindowRef > | jsWindowRef | ) |
Definition at line 12 of file qohosjswindowregistry.cpp.
| std::shared_ptr< QArkUi::JsWindowRef > QOhosJsWindowRegistry::tryFindJsWindowById | ( | QArkUi::JsWindowId | jsWinId | ) | const |
Definition at line 41 of file qohosjswindowregistry.cpp.