![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcocoaservices.h>
Public Member Functions | |
bool | hasCapability (Capability capability) const override |
bool | openUrl (const QUrl &url) override |
bool | openDocument (const QUrl &url) override |
bool | handleUrl (const QUrl &url) |
QPlatformServiceColorPicker * | colorPicker (QWindow *parent) override |
Public Member Functions inherited from QPlatformServices | |
QPlatformServices () | |
virtual | ~QPlatformServices () |
virtual QByteArray | desktopEnvironment () const |
QPlatformServices::desktopEnvironment returns the active desktop environment. |
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 14 of file qcocoaservices.h.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 60 of file qcocoaservices.mm.
bool QCocoaServices::handleUrl | ( | const QUrl & | url | ) |
Definition at line 34 of file qcocoaservices.mm.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 66 of file qcocoaservices.mm.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 28 of file qcocoaservices.mm.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 19 of file qcocoaservices.mm.