The QPlaceProposedSearchResult class represents a search result containing a proposed search. More...
Header: | #include <QPlaceProposedSearchResult> |
qmake: | QT += location |
Since: | QtLocation 5.2 |
Inherits: | QPlaceSearchResult |
This class was introduced in QtLocation 5.2.
QPlaceProposedSearchResult(const QPlaceSearchRequest &other) | |
QPlaceProposedSearchResult() | |
virtual | ~QPlaceProposedSearchResult() |
QPlaceSearchRequest | searchRequest() const |
void | setSearchRequest(const QPlaceSearchRequest &request) |
See also QPlaceSearchResult.
Contructs a copy of other if possible, otherwise constructs a default proposed search result.
Constructs a new proposed search result.
[virtual]
QPlaceProposedSearchResult::~QPlaceProposedSearchResult()
Destroys the proposed search result.
Returns a place search request that can be used to perform an additional proposed search.
See also setSearchRequest().
Sets the proposed search request to request.
See also searchRequest().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qplaceproposedsearchresult.html