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
qohosabilitycontext_p.h File Reference

(b2b4258a42567f4a4f2bec950c3e01623a97a5df)

#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>
Include dependency graph for qohosabilitycontext_p.h:
This graph shows which files directly or indirectly include this file:

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< OpenLinkOptionsQtOhosAppKit::createOpenLinkOptions ()
std::shared_ptr< OperationStatusQtOhosAppKit::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< OperationStatusQtOhosAppKit::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< QByteArrayQtOhosAppKit::tryGetOnContinueData (const Want &want)
 Tries to get continuation / migration related data that was provided on the source device.