Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtWaylandClient::QWaylandPlatformServices Class Reference

#include <qwaylandplatformservices_p.h>

+ Inheritance diagram for QtWaylandClient::QWaylandPlatformServices:
+ Collaboration diagram for QtWaylandClient::QWaylandPlatformServices:

Public Member Functions

 QWaylandPlatformServices (QWaylandDisplay *waylandDisplay)
 
bool openUrl (const QUrl &url) override
 
bool openDocument (const QUrl &url) override
 
QString portalWindowIdentifier (QWindow *window) override
 
- Public Member Functions inherited from QGenericUnixServices
 QGenericUnixServices ()
 
QByteArray desktopEnvironment () const override
 QPlatformServices::desktopEnvironment returns the active desktop environment.
 
bool hasCapability (Capability capability) const override
 
QPlatformServiceColorPickercolorPicker (QWindow *parent=nullptr) override
 
void setApplicationBadge (qint64 number)
 
- Public Member Functions inherited from QPlatformServices
 QPlatformServices ()
 
virtual ~QPlatformServices ()
 

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 31 of file qwaylandplatformservices_p.h.

Constructor & Destructor Documentation

◆ QWaylandPlatformServices()

QtWaylandClient::QWaylandPlatformServices::QWaylandPlatformServices ( QWaylandDisplay * waylandDisplay)
explicit

Definition at line 14 of file qwaylandplatformservices.cpp.

Member Function Documentation

◆ openDocument()

bool QtWaylandClient::QWaylandPlatformServices::openDocument ( const QUrl & url)
overridevirtual

Reimplemented from QGenericUnixServices.

Definition at line 26 of file qwaylandplatformservices.cpp.

References QGenericUnixServices::openDocument(), url, and QtWaylandClient::QWaylandDisplay::windowManagerIntegration().

+ Here is the call graph for this function:

◆ openUrl()

bool QtWaylandClient::QWaylandPlatformServices::openUrl ( const QUrl & url)
overridevirtual

Reimplemented from QGenericUnixServices.

Definition at line 17 of file qwaylandplatformservices.cpp.

References QGenericUnixServices::openUrl(), url, and QtWaylandClient::QWaylandDisplay::windowManagerIntegration().

+ Here is the call graph for this function:

◆ portalWindowIdentifier()

QString QtWaylandClient::QWaylandPlatformServices::portalWindowIdentifier ( QWindow * window)
overridevirtual

Reimplemented from QGenericUnixServices.

Definition at line 35 of file qwaylandplatformservices.cpp.

References window().

+ Here is the call graph for this function:

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