![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwasmservices.h>
Public Member Functions | |
| bool | openUrl (const QUrl &url) override |
| Public Member Functions inherited from QPlatformServices | |
| QPlatformServices () | |
| virtual | ~QPlatformServices () |
| 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 | |
| Public Types inherited from QPlatformServices | |
| enum | Capability { ColorPicking } |
| Capabilities are used to determine a specific platform service's availability. More... | |
Definition at line 11 of file qwasmservices.h.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 13 of file qwasmservices.cpp.