QPlaceDetailsReply Class
Die Klasse QPlaceDetailsReply verwaltet einen Abrufvorgang von Ortsdaten, der von einer Instanz von QPlaceManager gestartet wurde .
Header: | #include <QPlaceDetailsReply> |
qmake: | QT += location |
Inherits: | QPlaceReply |
Öffentliche Funktionen
QPlaceDetailsReply(QObject *parent = nullptr) | |
virtual | ~QPlaceDetailsReply() |
QPlace | place() const |
Reimplementierte öffentliche Funktionen
virtual QPlaceReply::Type | type() const override |
Geschützte Funktionen
void | setPlace(const QPlace &place) |
Detaillierte Beschreibung
Siehe Abrufen von Ortsdetails für ein Beispiel zur Verwendung einer Detailantwort.
Siehe auch QPlaceManager.
Dokumentation der Mitgliedsfunktionen
[explicit]
QPlaceDetailsReply::QPlaceDetailsReply(QObject *parent = nullptr)
Konstruiert eine detaillierte Antwort mit einer gegebenen parent.
[virtual noexcept]
QPlaceDetailsReply::~QPlaceDetailsReply()
Zerstört die Detailantwort.
QPlace QPlaceDetailsReply::place() const
Gibt den Ort zurück, der abgerufen wurde.
Siehe auch setPlace().
[protected]
void QPlaceDetailsReply::setPlace(const QPlace &place)
Legt die abgefragte place der Antwort fest.
Siehe auch place().
[override virtual]
QPlaceReply::Type QPlaceDetailsReply::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.