QPlaceProposedSearchResult Class
The QPlaceProposedSearchResult class represents a search result containing a proposed search. More...
Header: | #include <QPlaceProposedSearchResult> |
qmake: | QT += location |
Since: | QtLocation 5.2 |
Inherits: | QPlaceSearchResult |
Public Functions
QPlaceProposedSearchResult() | |
QPlaceProposedSearchResult(const QPlaceSearchRequest &other) | |
virtual | ~QPlaceProposedSearchResult() |
QPlaceSearchRequest | searchRequest() const |
void | setSearchRequest(const QPlaceSearchRequest &request) |
See also QPlaceSearchResult.
Member Function Documentation
QPlaceProposedSearchResult::QPlaceProposedSearchResult()
Constructs a new proposed search result.
QPlaceProposedSearchResult::QPlaceProposedSearchResult(const QPlaceSearchRequest &other)
Contructs a copy of other if possible, otherwise constructs a default proposed search result.
[virtual noexcept]
QPlaceProposedSearchResult::~QPlaceProposedSearchResult()
Destroys the proposed search result.
QPlaceSearchRequest QPlaceProposedSearchResult::searchRequest() const
Returns a place search request that can be used to perform an additional proposed search.
See also setSearchRequest().
void QPlaceProposedSearchResult::setSearchRequest(const QPlaceSearchRequest &request)
Sets the proposed search request to request.
See also searchRequest().
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.