![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwaylandplatformservices_p.h>
Public Member Functions | |
QWaylandPlatformServices (QWaylandDisplay *waylandDisplay) | |
~QWaylandPlatformServices () | |
bool | openUrl (const QUrl &url) override |
bool | openDocument (const QUrl &url) override |
QString | portalWindowIdentifier (QWindow *window) override |
void | registerDBusMenuForWindow (QWindow *window, const QString &service, const QString &path) override |
void | unregisterDBusMenuForWindow (QWindow *window) override |
Public Member Functions inherited from QDesktopUnixServices | |
QDesktopUnixServices () | |
~QDesktopUnixServices () | |
QByteArray | desktopEnvironment () const override |
QPlatformServices::desktopEnvironment returns the active desktop environment. | |
bool | hasCapability (Capability capability) const override |
QPlatformServiceColorPicker * | colorPicker (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... |
Definition at line 32 of file qwaylandplatformservices_p.h.
|
explicit |
Definition at line 15 of file qwaylandplatformservices.cpp.
QtWaylandClient::QWaylandPlatformServices::~QWaylandPlatformServices | ( | ) |
Definition at line 18 of file qwaylandplatformservices.cpp.
|
overridevirtual |
Reimplemented from QDesktopUnixServices.
Definition at line 32 of file qwaylandplatformservices.cpp.
|
overridevirtual |
Reimplemented from QDesktopUnixServices.
Definition at line 23 of file qwaylandplatformservices.cpp.
|
overridevirtual |
Reimplemented from QDesktopUnixServices.
Definition at line 41 of file qwaylandplatformservices.cpp.
|
overridevirtual |
Reimplemented from QDesktopUnixServices.
Definition at line 53 of file qwaylandplatformservices.cpp.
|
overridevirtual |
Reimplemented from QDesktopUnixServices.
Definition at line 78 of file qwaylandplatformservices.cpp.