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
qplacesearchreplyhere.h
Go to the documentation of this file.
1
// Copyright (C) 2015 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#
ifndef
QPLACESEARCHREPLYHERE_H
5
#
define
QPLACESEARCHREPLYHERE_H
6
7
#
include
<
QtNetwork
/
QNetworkReply
>
8
#
include
<
QtLocation
/
QPlaceSearchReply
>
9
10
QT_BEGIN_NAMESPACE
11
12
class
QPlaceManagerEngineNokiaV2;
13
class
QPlaceResult;
14
class
QPlaceProposedSearchResult;
15
16
class
QPlaceSearchReplyHere
:
public
QPlaceSearchReply
17
{
18
Q_OBJECT
19
20
public
:
21
explicit
QPlaceSearchReplyHere
(
const
QPlaceSearchRequest
&
request
,
22
QNetworkReply
*
reply
,
23
QPlaceManagerEngineNokiaV2
*
parent
);
24
~
QPlaceSearchReplyHere
();
25
26
private
slots
:
27
void
setError
(
QPlaceReply
::
Error
error_
,
const
QString
&
errorString
);
28
void
replyFinished();
29
void
replyError(QNetworkReply::NetworkError error);
30
31
private
:
32
QPlaceResult parsePlaceResult(
const
QJsonObject &item)
const
;
33
QPlaceProposedSearchResult parseSearchResult(
const
QJsonObject &item)
const
;
34
35
QPlaceManagerEngineNokiaV2
*m_engine;
36
};
37
38
QT_END_NAMESPACE
39
40
#
endif
// QPLACESEARCHREPLYHERE_H
QPlaceManagerEngineNokiaV2
Definition
qplacemanagerengine_nokiav2.h:32
QPlaceSearchReplyHere
Definition
qplacesearchreplyhere.h:17
QPlaceSearchReplyHere::~QPlaceSearchReplyHere
~QPlaceSearchReplyHere()
Definition
qplacesearchreplyhere.cpp:47
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtlocation
src
plugins
geoservices
nokia
placesv2
qplacesearchreplyhere.h
Generated on
for Qt by
1.14.0