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
QtOhosAppKit::Private::detail::WantInfoPriv Class Referenceabstract

#include <qohoswantinfo_p.h>

Collaboration diagram for QtOhosAppKit::Private::detail::WantInfoPriv:

Classes

struct  ContactInfo

Public Types

enum class  LaunchReason {
  UNKNOWN , START_ABILITY , CONTINUATION , PREPARE_CONTINUATION ,
  PRELOAD
}

Public Member Functions

virtual ~WantInfoPriv ()
virtual QJsonObject jsonObject () const =0
virtual std::optional< QList< SharedRecord > > tryGetSharedDataRecords () const =0
virtual std::optional< ContactInfotryGetContactInfo () const =0
virtual LaunchReason launchReason () const =0

Protected Member Functions

 WantInfoPriv ()

Detailed Description

Definition at line 50 of file qohoswantinfo_p.h.

Member Enumeration Documentation

◆ LaunchReason

Enumerator
UNKNOWN 
START_ABILITY 
CONTINUATION 
PREPARE_CONTINUATION 
PRELOAD 

Definition at line 53 of file qohoswantinfo_p.h.

Constructor & Destructor Documentation

◆ ~WantInfoPriv()

QtOhosAppKit::Private::detail::WantInfoPriv::~WantInfoPriv ( )
virtualdefault

◆ WantInfoPriv()

QtOhosAppKit::Private::detail::WantInfoPriv::WantInfoPriv ( )
protecteddefault

Member Function Documentation

◆ jsonObject()

virtual QJsonObject QtOhosAppKit::Private::detail::WantInfoPriv::jsonObject ( ) const
pure virtual

◆ launchReason()

virtual LaunchReason QtOhosAppKit::Private::detail::WantInfoPriv::launchReason ( ) const
pure virtual

◆ tryGetContactInfo()

virtual std::optional< ContactInfo > QtOhosAppKit::Private::detail::WantInfoPriv::tryGetContactInfo ( ) const
pure virtual

◆ tryGetSharedDataRecords()

virtual std::optional< QList< SharedRecord > > QtOhosAppKit::Private::detail::WantInfoPriv::tryGetSharedDataRecords ( ) const
pure virtual

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