![]() |
Qt 6.x
The Qt SDK
|
#include <qcocoaservices.h>
Public Member Functions | |
bool | openUrl (const QUrl &url) override |
bool | openDocument (const QUrl &url) override |
![]() | |
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 | |
![]() | |
enum | Capability { ColorPicking } |
Capabilities are used to determine a specific platform service's availability. More... | |
Definition at line 11 of file qcocoaservices.h.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 18 of file qcocoaservices.mm.
References openUrl(), and url.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 13 of file qcocoaservices.mm.
References url.
Referenced by openDocument().