QPlaceSearchSuggestionReply Class
Die Klasse QPlaceSearchSuggestionReply verwaltet einen Suchvorschlag, der von einer Instanz von QPlaceManager gestartet wurde. Mehr...
Header: | #include <QPlaceSearchSuggestionReply> |
qmake: | QT += location |
Inherits: | QPlaceReply |
Öffentliche Funktionen
QPlaceSearchSuggestionReply(QObject *parent = nullptr) | |
virtual | ~QPlaceSearchSuggestionReply() |
QStringList | suggestions() const |
Reimplementierte öffentliche Funktionen
virtual QPlaceReply::Type | type() const override |
Geschützte Funktionen
void | setSuggestions(const QStringList &suggestions) |
Detaillierte Beschreibung
Nach erfolgreichem Abschluss des Vorgangs enthält die Antwort eine Liste von Vorschlägen für Suchbegriffe. Siehe Suchvorschläge für ein Beispiel zur Verwendung einer Antwort mit Suchvorschlägen.
Siehe auch QPlaceManager.
Dokumentation der Mitgliedsfunktionen
[explicit]
QPlaceSearchSuggestionReply::QPlaceSearchSuggestionReply(QObject *parent = nullptr)
Konstruiert eine Suchvorschlag-Antwort mit einem gegebenen parent.
[virtual noexcept]
QPlaceSearchSuggestionReply::~QPlaceSearchSuggestionReply()
Zerstört die Antwort.
[protected]
void QPlaceSearchSuggestionReply::setSuggestions(const QStringList &suggestions)
Legt den Suchbegriff suggestions fest.
Siehe auch suggestions().
QStringList QPlaceSearchSuggestionReply::suggestions() const
Gibt die Suchbegriffsvorschläge zurück.
Siehe auch setSuggestions().
[override virtual]
QPlaceReply::Type QPlaceSearchSuggestionReply::type() const
Reimplements: QPlaceReply::type() const.
Gibt den Typ der Antwort zurück.
© 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.