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
QCocoaServices Class Reference

#include <qcocoaservices.h>

Inheritance diagram for QCocoaServices:
Collaboration diagram for QCocoaServices:

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)
QPlatformServiceColorPickercolorPicker (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...

Detailed Description

Definition at line 14 of file qcocoaservices.h.

Member Function Documentation

◆ colorPicker()

QPlatformServiceColorPicker * QCocoaServices::colorPicker ( QWindow * parent)
overridevirtual

Reimplemented from QPlatformServices.

Definition at line 60 of file qcocoaservices.mm.

◆ handleUrl()

bool QCocoaServices::handleUrl ( const QUrl & url)

Definition at line 34 of file qcocoaservices.mm.

◆ hasCapability()

bool QCocoaServices::hasCapability ( Capability capability) const
overridevirtual

Reimplemented from QPlatformServices.

Definition at line 66 of file qcocoaservices.mm.

◆ openDocument()

bool QCocoaServices::openDocument ( const QUrl & url)
overridevirtual

Reimplemented from QPlatformServices.

Definition at line 28 of file qcocoaservices.mm.

◆ openUrl()

QT_BEGIN_NAMESPACE bool QCocoaServices::openUrl ( const QUrl & url)
overridevirtual

Reimplemented from QPlatformServices.

Definition at line 19 of file qcocoaservices.mm.


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