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
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 13 of file qiosservices.h.

Member Function Documentation

◆ handleUrl()

bool QIOSServices::handleUrl ( const QUrl & url)

Definition at line 62 of file qiosservices.mm.

◆ openDocument()

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

Reimplemented from QPlatformServices.

Definition at line 55 of file qiosservices.mm.

Referenced by openUrl().

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 18 of file qiosservices.mm.

References openDocument().

Here is the call graph for this function:

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