QPlaceProposedSearchResult Class
QPlaceProposedSearchResult 클래스는 제안된 검색이 포함된 검색 결과를 나타냅니다. 더 보기...
Header: | #include <QPlaceProposedSearchResult> |
qmake: | QT += location |
Since: | QtLocation 5.2 |
Inherits: | QPlaceSearchResult |
공용 함수
QPlaceProposedSearchResult() | |
QPlaceProposedSearchResult(const QPlaceSearchRequest &other) | |
virtual | ~QPlaceProposedSearchResult() |
QPlaceSearchRequest | searchRequest() const |
void | setSearchRequest(const QPlaceSearchRequest &request) |
QPlaceSearchResult 를참조하세요 .
멤버 함수 문서
QPlaceProposedSearchResult::QPlaceProposedSearchResult()
새 제안 검색 결과를 구성합니다.
QPlaceProposedSearchResult::QPlaceProposedSearchResult(const QPlaceSearchRequest &other)
가능하면 other 의 복사본을 구성하고, 그렇지 않으면 기본 제안 검색 결과를 구성합니다.
[virtual noexcept]
QPlaceProposedSearchResult::~QPlaceProposedSearchResult()
제안된 검색 결과를 삭제합니다.
QPlaceSearchRequest QPlaceProposedSearchResult::searchRequest() const
추가 제안 검색을 수행하는 데 사용할 수 있는 장소 검색 요청을 반환합니다.
setSearchRequest()도 참조하세요 .
void QPlaceProposedSearchResult::setSearchRequest(const QPlaceSearchRequest &request)
제안된 검색 요청을 request 으로 설정합니다.
searchRequest()도 참조하세요 .
© 2025 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.