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
qplacesearchreply.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 QPLACESEARCHREPLY_H
5#define QPLACESEARCHREPLY_H
6
7#include <QtLocation/QPlaceReply>
8
10
14
15class Q_LOCATION_EXPORT QPlaceSearchReply : public QPlaceReply
16{
18public:
19 explicit QPlaceSearchReply(QObject *parent = nullptr);
21
22 QPlaceReply::Type type() const override;
23
24 QList<QPlaceSearchResult> results() const;
26
27 QPlaceSearchRequest previousPageRequest() const;
28 QPlaceSearchRequest nextPageRequest() const;
29
30protected:
31 void setResults(const QList<QPlaceSearchResult> &results);
32 void setRequest(const QPlaceSearchRequest &request);
33 void setPreviousPageRequest(const QPlaceSearchRequest &previous);
34 void setNextPageRequest(const QPlaceSearchRequest &next);
35
36private:
37 Q_DISABLE_COPY(QPlaceSearchReply)
38 Q_DECLARE_PRIVATE(QPlaceSearchReply)
39};
40
42
43#endif
\inmodule QtCore
Definition qobject.h:103
\inmodule QtLocation
Definition qplacereply.h:15
Type
Describes the reply's type.
Definition qplacereply.h:31
\inmodule QtLocation
\inmodule QtLocation
\inmodule QtLocation
short next
Definition keywords.cpp:445
Combined button and popup list for selecting options.
GLenum type
#define Q_OBJECT
QNetworkRequest request(url)