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
qplacedetailsreplyimpl.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
QPLACEDETAILSREPLYIMPL_H
5
#
define
QPLACEDETAILSREPLYIMPL_H
6
7
#
include
<
QtNetwork
/
QNetworkReply
>
8
#
include
<
QtLocation
/
QPlaceDetailsReply
>
9
10
QT_BEGIN_NAMESPACE
11
12
class
QPlaceManager;
13
class
QPlaceManagerEngineNokiaV2
;
14
15
class
QPlaceDetailsReplyImpl
:
public
QPlaceDetailsReply
16
{
17
Q_OBJECT
18
19
public
:
20
QPlaceDetailsReplyImpl
(
QNetworkReply
*
reply
,
QPlaceManagerEngineNokiaV2
*
parent
);
21
~
QPlaceDetailsReplyImpl
();
22
23
void
setPlaceId
(
const
QString &placeId) { m_placeId = placeId; }
24
25
private
slots
:
26
void
setError
(
QPlaceReply
::
Error
error_
,
const
QString
&
errorString
);
27
void
replyFinished();
28
void
replyError(QNetworkReply::NetworkError error);
29
30
private
:
31
QPlaceManagerEngineNokiaV2
*m_engine;
32
QString m_placeId;
33
};
34
35
QT_END_NAMESPACE
36
37
#
endif
// QPLACEDETAILSREPLYIMPL_H
QPlaceDetailsReplyImpl
Definition
qplacedetailsreplyimpl.h:16
QPlaceDetailsReplyImpl::~QPlaceDetailsReplyImpl
~QPlaceDetailsReplyImpl()
Definition
qplacedetailsreplyimpl.cpp:78
QPlaceDetailsReplyImpl::setPlaceId
void setPlaceId(const QString &placeId)
Definition
qplacedetailsreplyimpl.h:23
QPlaceManagerEngineNokiaV2
Definition
qplacemanagerengine_nokiav2.h:32
QPlatformGraphicsBufferHelper
\inmodule QtGui
countryTableContains
static bool countryTableContains(const QString &countryCode)
Definition
qplacedetailsreplyimpl.cpp:52
COUNTRY_TABLE_indices
static const int COUNTRY_TABLE_indices[]
Definition
qplacedetailsreplyimpl.cpp:47
COUNTRY_TABLE_string
static QT_BEGIN_NAMESPACE const char COUNTRY_TABLE_string[]
Definition
qplacedetailsreplyimpl.cpp:31
qtlocation
src
plugins
geoservices
nokia
placesv2
qplacedetailsreplyimpl.h
Generated on
for Qt by
1.14.0