![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qbytearray.h>#include <QtCore/qlist.h>#include <QtCore/qstring.h>#include <QtCore/qjsonobject.h>#include <QtGui/qwindow.h>#include <QtOhosAppKit/private/qohosoperationstatus_p.h>#include <QtOhosAppKit/private/qohoswant_p.h>#include <QtOhosAppKit/private/qohosstartoptions_p.h>#include <QtOhosAppKit/private/qtohosappkitglobal_p.h>#include <QtOhosAppKit/private/qohossharekit_p.h>#include <QtWidgets/qwidget.h>#include <functional>#include <memory>#include <optional>Go to the source code of this file.
Classes | |
| class | QtOhosAppKit::OpenLinkOptions |
| class | QtOhosAppKit::OnContinueContext |
| \inmodule QtOhosAppKit More... | |
| struct | QtOhosAppKit::StartAbilityResult |
| class | QtOhosAppKit::AbilityContext |
| \inmodule QtOhosAppKit More... | |
Namespaces | |
| namespace | QtOhosAppKit |
Functions | |
| std::shared_ptr< OpenLinkOptions > | QtOhosAppKit::createOpenLinkOptions () |
| std::shared_ptr< OperationStatus > | QtOhosAppKit::startAbility (const Want &want, std::shared_ptr< StartOptions > options) |
| Starts an Ability for a given want and options; pass a null options to start without any start options. | |
| std::shared_ptr< OperationStatus > | QtOhosAppKit::startAbilityByType (const QString &appType, const QJsonObject &wantParameters) |
| Starts an Ability for a given appType and wantParameters. | |
| void | QtOhosAppKit::startNewAbilityInstance (QWidget *instanceWidget) |
| Starts another instance of the UIAbility used by the Qt app with specified widget inside. | |
| void | QtOhosAppKit::startAppProcess (const QString &processId, const Want &requestWant, std::shared_ptr< StartOptions > options) |
| Starts application process for a given processId, requestWant and options; pass a null options to start without any start options. | |
| void | QtOhosAppKit::setAbilityInstanceDestroyEnabled (QWindow *instanceWindow, bool destroyEnabled) |
| Sets whether the Ability related with instanceWindow can be automatically destroyed by the system when the user clicks on the window's "close" button. | |
| std::optional< QByteArray > | QtOhosAppKit::tryGetOnContinueData (const Want &want) |
| Tries to get continuation / migration related data that was provided on the source device. | |