Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qqnxservices.cpp
Go to the documentation of this file.
1// Copyright (C) 2011 - 2012 Research In Motion
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qqnxservices.h"
5
7
9
11 : m_navigator(navigator)
12{
13}
14
16{
17}
18
20{
21 return navigatorInvoke(url);
22}
23
25{
26 return navigatorInvoke(url);
27}
28
29bool QQnxServices::navigatorInvoke(const QUrl &url)
30{
31 return m_navigator->invokeUrl(url);
32}
33
bool invokeUrl(const QUrl &url)
QQnxServices(QQnxAbstractNavigator *navigator)
bool openUrl(const QUrl &url) override
bool openDocument(const QUrl &url) override
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
QUrl url("example.com")
[constructor-url-reference]