![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qiosservices.h>
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 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 13 of file qiosservices.h.
| bool QIOSServices::handleUrl | ( | const QUrl & | url | ) |
Definition at line 62 of file qiosservices.mm.
|
virtual |
Reimplemented from QPlatformServices.
Definition at line 55 of file qiosservices.mm.
Referenced by openUrl().
|
virtual |
Reimplemented from QPlatformServices.
Definition at line 18 of file qiosservices.mm.
References openDocument().