The QPlaceDetailsReply class manages a place details fetch operation started by an instance of QPlaceManager. More...
| Header: | #include <QPlaceDetailsReply>
|
| qmake: | QT += location
|
| Inherits: | QPlaceReply |
| QPlaceDetailsReply(QObject *parent = nullptr) | |
| virtual | ~QPlaceDetailsReply() |
| QPlace | place() const |
| virtual QPlaceReply::Type | type() const override |
| void | setPlace(const QPlace &place) |
See Fetching Place Details for an example on how to use a details reply.
See also QPlaceManager.
[explicit] QPlaceDetailsReply::QPlaceDetailsReply(QObject *parent = nullptr)
Constructs a details reply with a given parent.
[virtual noexcept] QPlaceDetailsReply::~QPlaceDetailsReply()
Destroys the details reply.
Returns the place that was fetched.
See also setPlace().
[protected] void QPlaceDetailsReply::setPlace(const QPlace &place)
Sets the fetched place of the reply.
See also place().
[override virtual] QPlaceReply::Type QPlaceDetailsReply::type() const
Reimplements: QPlaceReply::type() const.
Returns the type of reply.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qplacedetailsreply.html