Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QIOSServices Class Reference

#include <qiosservices.h>

+ Inheritance diagram for QIOSServices:
+ Collaboration diagram for QIOSServices:

Public Member Functions

bool openUrl (const QUrl &url)
 
bool openDocument (const QUrl &url)
 
bool handleUrl (const QUrl &url)
 
- Public Member Functions inherited from QPlatformServices
 QPlatformServices ()
 
virtual ~QPlatformServices ()
 
virtual QByteArray desktopEnvironment () const
 QPlatformServices::desktopEnvironment returns the active desktop environment.
 
virtual bool hasCapability (Capability capability) const
 
virtual QPlatformServiceColorPickercolorPicker (QWindow *parent=nullptr)
 

Additional Inherited Members

- Public Types inherited from QPlatformServices
enum  Capability { ColorPicking }
 Capabilities are used to determine a specific platform service's availability. More...
 

Detailed Description

Definition at line 12 of file qiosservices.h.

Member Function Documentation

◆ handleUrl()

bool QIOSServices::handleUrl ( const QUrl & url)

Definition at line 61 of file qiosservices.mm.

References QDesktopServices::openUrl(), and url.

+ Here is the call graph for this function:

◆ openDocument()

bool QIOSServices::openDocument ( const QUrl & url)
virtual

Reimplemented from QPlatformServices.

Definition at line 54 of file qiosservices.mm.

References QPlatformServices::openDocument(), and url.

Referenced by openUrl().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ openUrl()

QT_BEGIN_NAMESPACE bool QIOSServices::openUrl ( const QUrl & url)
virtual

Reimplemented from QPlatformServices.

Definition at line 17 of file qiosservices.mm.

References QString::isEmpty(), openDocument(), qt_apple_isApplicationExtension(), qt_apple_sharedApplication(), qWarning, QUrl::scheme(), and url.

+ Here is the call graph for this function:

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