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().

© 2023 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.