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

#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 QByteArray desktopEnvironment () const
 QPlatformServices::desktopEnvironment returns the active desktop environment.
virtual bool hasCapability (Capability capability) const
virtual QPlatformServiceColorPickercolorPicker (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...

Detailed Description

Definition at line 11 of file qwindowsservices.h.

Member Function Documentation

◆ openDocument()

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

Reimplemented from QPlatformServices.

Definition at line 196 of file qwindowsservices.cpp.

◆ openUrl()

bool QWindowsServices::openUrl ( const QUrl & url)
overridevirtual

Reimplemented from QPlatformServices.

Definition at line 187 of file qwindowsservices.cpp.


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