![]() |
Qt 6.x
The Qt SDK
|
#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 bool | openUrl (const QUrl &url) |
| virtual bool | openDocument (const QUrl &url) |
| virtual QByteArray | desktopEnvironment () const |
| QPlatformServices::desktopEnvironment returns the active desktop environment. | |
| virtual bool | hasCapability (Capability capability) const |
| virtual QPlatformServiceColorPicker * | colorPicker (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... | |
Definition at line 12 of file qiosservices.h.
| 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:
|
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:
|
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: