QPlaceProposedSearchResult Class
Die Klasse QPlaceProposedSearchResult repräsentiert ein Suchergebnis, das eine vorgeschlagene Suche enthält. Mehr...
Header: | #include <QPlaceProposedSearchResult> |
qmake: | QT += location |
Since: | QtLocation 5.2 |
Inherits: | QPlaceSearchResult |
Öffentliche Funktionen
QPlaceProposedSearchResult() | |
QPlaceProposedSearchResult(const QPlaceSearchRequest &other) | |
virtual | ~QPlaceProposedSearchResult() |
QPlaceSearchRequest | searchRequest() const |
void | setSearchRequest(const QPlaceSearchRequest &request) |
Siehe auch QPlaceSearchResult.
Dokumentation der Mitgliederfunktionen
QPlaceProposedSearchResult::QPlaceProposedSearchResult()
Konstruiert ein neues vorgeschlagenes Suchergebnis.
QPlaceProposedSearchResult::QPlaceProposedSearchResult(const QPlaceSearchRequest &other)
Erstellt eine Kopie von other, wenn dies möglich ist, andernfalls wird ein Standard-Suchergebnisvorschlag erstellt.
[virtual noexcept]
QPlaceProposedSearchResult::~QPlaceProposedSearchResult()
Zerstört das vorgeschlagene Suchergebnis.
QPlaceSearchRequest QPlaceProposedSearchResult::searchRequest() const
Liefert eine Anfrage zur Ortssuche, die zur Durchführung einer zusätzlichen vorgeschlagenen Suche verwendet werden kann.
Siehe auch setSearchRequest().
void QPlaceProposedSearchResult::setSearchRequest(const QPlaceSearchRequest &request)
Setzt die vorgeschlagene Suchanfrage auf request.
Siehe auch 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.