Qt 6.x
The Qt SDK
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
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
Definition qlist.h:74
\inmodule QtCore
Definition qobject.h:90
\inmodule QtLocation
Definition qplacereply.h:15
Type
Describes the reply's type.
Definition qplacereply.h:31
virtual Type type() const
Returns the type of the reply.
\inmodule QtLocation
\inmodule QtLocation
\inmodule QtLocation
short next
Definition keywords.cpp:445
Combined button and popup list for selecting options.
#define Q_OBJECT
QNetworkRequest request(url)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent