QPlaceDetailsReply Class
The QPlaceDetailsReply class manages a place details fetch operation started by an instance of QPlaceManager. More...
Header: | #include <QPlaceDetailsReply> |
qmake: | QT += location |
Inherits: | QPlaceReply |
Public Functions
QPlaceDetailsReply(QObject *parent = nullptr) | |
virtual | ~QPlaceDetailsReply() |
QPlace | place() const |
Reimplemented Public Functions
virtual QPlaceReply::Type | type() const override |
Protected Functions
void | setPlace(const QPlace &place) |
Detailed Description
See Fetching Place Details for an example on how to use a details reply.
See also QPlaceManager.
Member Function Documentation
[explicit]
QPlaceDetailsReply::QPlaceDetailsReply(QObject *parent = nullptr)
Constructs a details reply with a given parent.
[virtual noexcept]
QPlaceDetailsReply::~QPlaceDetailsReply()
Destroys the details reply.
QPlace QPlaceDetailsReply::place() const
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.
© 2024 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.