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
qplaceproposedsearchresult.h
Go to the documentation of this file.
1// Copyright (C) 2013 Aaron McCarthy <mccarthy.aaron@gmail.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QPROPOSEDSEARCHRESULT_H
6#define QPROPOSEDSEARCHRESULT_H
7
8#include <QtLocation/QPlaceSearchResult>
9
10QT_BEGIN_NAMESPACE
11
12class QPlaceProposedSearchResultPrivate;
13
14class Q_LOCATION_EXPORT QPlaceProposedSearchResult : public QPlaceSearchResult
15{
16public:
17 QPlaceProposedSearchResult();
18
19#ifdef Q_QDOC
20 QPlaceProposedSearchResult(const QPlaceSearchRequest &other);
21#else
22 Q_DECLARE_SEARCHRESULT_COPY_CTOR(QPlaceProposedSearchResult)
23#endif
24
25 ~QPlaceProposedSearchResult();
26
27 QPlaceSearchRequest searchRequest() const;
28 void setSearchRequest(const QPlaceSearchRequest &request);
29
30private:
31 Q_DECLARE_SEARCHRESULT_D_FUNC(QPlaceProposedSearchResult)
32};
33
34Q_DECLARE_TYPEINFO(QPlaceProposedSearchResult, Q_RELOCATABLE_TYPE);
35
36QT_END_NAMESPACE
37
38#endif // QPROPOSEDSEARCHRESULT_H
bool compare(const QPlaceSearchResultPrivate *other) const override
Combined button and popup list for selecting options.
Q_DECLARE_TYPEINFO(QByteArrayView, Q_PRIMITIVE_TYPE)
#define Q_IMPLEMENT_SEARCHRESULT_D_FUNC(Class)
#define Q_IMPLEMENT_SEARCHRESULT_COPY_CTOR(Class)