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

#include <qqnxservices.h>

+ Inheritance diagram for QQnxServices:
+ Collaboration diagram for QQnxServices:

Public Member Functions

 QQnxServices (QQnxAbstractNavigator *navigator)
 
 ~QQnxServices ()
 
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 13 of file qqnxservices.h.

Constructor & Destructor Documentation

◆ QQnxServices()

QT_BEGIN_NAMESPACE QQnxServices::QQnxServices ( QQnxAbstractNavigator * navigator)
explicit

Definition at line 10 of file qqnxservices.cpp.

◆ ~QQnxServices()

QQnxServices::~QQnxServices ( )

Definition at line 15 of file qqnxservices.cpp.

Member Function Documentation

◆ openDocument()

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

Reimplemented from QPlatformServices.

Definition at line 24 of file qqnxservices.cpp.

References url.

◆ openUrl()

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

Reimplemented from QPlatformServices.

Definition at line 19 of file qqnxservices.cpp.

References url.


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