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 |
This class was introduced in QtLocation 5.2.
Public Functions
QPlaceProposedSearchResult(const QPlaceSearchRequest &other) | |
QPlaceProposedSearchResult() | |
virtual | ~QPlaceProposedSearchResult() |
QPlaceSearchRequest | searchRequest() const |
void | setSearchRequest(const QPlaceSearchRequest &request) |
Detailed Description
See also QPlaceSearchResult.
Member Function Documentation
QPlaceProposedSearchResult::QPlaceProposedSearchResult(const QPlaceSearchRequest &other)
Contructs a copy of other if possible, otherwise constructs a default proposed search result.
QPlaceProposedSearchResult::QPlaceProposedSearchResult()
Constructs a new proposed search result.
[virtual]
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().