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
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
// Qt-Security score:significant reason:default
4
5
#
include
"qqnxservices.h"
6
7
#
include
"qqnxabstractnavigator.h"
8
9
QT_BEGIN_NAMESPACE
10
11
QQnxServices
::
QQnxServices
(QQnxAbstractNavigator *navigator)
12
: m_navigator(navigator)
13
{
14
}
15
16
QQnxServices::~QQnxServices()
17
{
18
}
19
20
bool
QQnxServices
::openUrl(
const
QUrl &url)
21
{
22
return
navigatorInvoke(url);
23
}
24
25
bool
QQnxServices
::openDocument(
const
QUrl &url)
26
{
27
return
navigatorInvoke(url);
28
}
29
30
bool
QQnxServices
::navigatorInvoke(
const
QUrl &url)
31
{
32
return
m_navigator
->
invokeUrl
(
url
)
;
33
}
34
35
QT_END_NAMESPACE
QQnxAbstractNavigator::invokeUrl
bool invokeUrl(const QUrl &url)
Definition
qqnxabstractnavigator.cpp:23
QQnxServices
Definition
qqnxservices.h:15
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtbase
src
plugins
platforms
qnx
qqnxservices.cpp
Generated on
for Qt by
1.16.1