![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosplugincore.h>
Public Member Functions | |
| ~QUiAbilityPeer () override | |
| virtual QNapi::Object | launchParam ()=0 |
| virtual QNapi::Object | windowStage ()=0 |
| virtual QNapi::Object | window ()=0 |
| virtual void | setOnContinueRequestsHandler (std::function< void(JsState &, QNapi::Object, QOhosConsumer< JsState &, QOhosAbilityOnContinueResult >)> requestsHandler)=0 |
| Public Member Functions inherited from QtOhos::QAbilityPeer | |
| virtual | ~QAbilityPeer () |
| virtual std::string | instanceId ()=0 |
| virtual QNapi::Object | uiContext ()=0 |
| virtual QNapi::Object | qAbility ()=0 |
| virtual QNapi::Object | launchWant ()=0 |
| virtual QObjectThreadSafeRef | qWindowRef ()=0 |
| virtual QOhosOptional< QNapi::Promise > | qWindowDestroyPromise ()=0 |
| virtual std::shared_ptr< std::atomic_bool > | destroyAllowedFlag ()=0 |
| virtual bool | isTerminating ()=0 |
| virtual void | setQWindow (Napi::Env env, QObjectThreadSafeRef qwindow)=0 |
Static Public Member Functions | |
| static std::shared_ptr< QUiAbilityPeer > | tryCastFromQAbilityPeerOrNull (std::shared_ptr< QAbilityPeer > qAbilityPeer) |
Protected Member Functions | |
| QUiAbilityPeer () | |
| Protected Member Functions inherited from QtOhos::QAbilityPeer | |
| QAbilityPeer () | |
Private Member Functions | |
| void * | tryCastWithTypeIdObject (const void *matchTypeIdObject) final |
Definition at line 288 of file qohosplugincore.h.
|
overridedefault |
|
protecteddefault |
|
pure virtual |
|
pure virtual |
|
static |
Definition at line 819 of file qohosplugincore.cpp.
Referenced by QT_BEGIN_NAMESPACE::getContextForStatusBarManager(), QOhosWindowProxy::isWindowRectAutoSave(), makeWindowProxyDataForExistingMainWindowInJsThread(), makeWindowProxyDataForSubWindowInJsThread(), QOhosWindowProxy::removeStartingWindow(), QOhosWindowProxy::setSupportedWindowModes(), QOhosWindowProxy::setWindowRectAutoSave(), QOhosShareKit::shareData(), and QOhosWindowProxy::tryGetMainWindowJsDisplayId().
|
finalprivatevirtual |
Implements QtOhos::QAbilityPeer.
Definition at line 814 of file qohosplugincore.cpp.
|
pure virtual |
|
pure virtual |