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.