QPlaceProposedSearchResult Class
The QPlaceProposedSearchResult class represents a search result containing a proposed search. 更多...
头文件: | #include <QPlaceProposedSearchResult> |
qmake: | QT += location |
开始支持版本: | Qt Location 5.2 |
基类: | QPlaceSearchResult |
公有函数
QPlaceProposedSearchResult() | |
QPlaceProposedSearchResult(const QPlaceSearchRequest &other) | |
~QPlaceProposedSearchResult() | |
QPlaceSearchRequest | searchRequest() const |
void | setSearchRequest(const QPlaceSearchRequest &request) |
- 8 个公有函数继承自 QPlaceSearchResult
详细描述
The QPlaceProposedSearchResult class represents a search result containing a proposed search.
成员函数
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.
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.
参见 setSearchRequest().
void QPlaceProposedSearchResult::setSearchRequest(const QPlaceSearchRequest &request)
Sets the proposed search request to request.
参见 searchRequest().