![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsservices.h>
Inheritance diagram for QWindowsServices:
Collaboration diagram for QWindowsServices:Public Member Functions | |
| bool | openUrl (const QUrl &url) override |
| bool | openDocument (const QUrl &url) override |
Public Member Functions inherited from QPlatformServices | |
| 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 | |
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 qwindowsservices.h.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 196 of file qwindowsservices.cpp.
References shellExecute(), and url.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 187 of file qwindowsservices.cpp.
References QUrl::hasFragment(), QUrl::isLocalFile(), launchMail(), openWebBrowser(), QUrl::scheme(), shellExecute(), and url.
Here is the call graph for this function: