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
qplacesearchsuggestionreply.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 QPLACESEARCHSUGGESTIONREPLY_H
5#define QPLACESEARCHSUGGESTIONREPLY_H
6
7#include <QtLocation/QPlaceReply>
8
9#include <QtCore/QStringList>
10
12
14
15class Q_LOCATION_EXPORT QPlaceSearchSuggestionReply : public QPlaceReply
16{
18public:
19 explicit QPlaceSearchSuggestionReply(QObject *parent = nullptr);
21
22 QStringList suggestions() const;
23 Type type() const override;
24
25protected:
26 void setSuggestions(const QStringList &suggestions);
27
28private:
29 Q_DISABLE_COPY(QPlaceSearchSuggestionReply)
30 Q_DECLARE_PRIVATE(QPlaceSearchSuggestionReply)
31};
32
34
35#endif
\inmodule QtCore
Definition qobject.h:103
\inmodule QtLocation
Definition qplacereply.h:15
\inmodule QtCore
Combined button and popup list for selecting options.
GLenum type
#define Q_OBJECT
Definition moc.h:23