QPlaceDetailsReply Class
The QPlaceDetailsReply class manages a place details fetch operation started by an instance of QPlaceManager. More...
Header: | #include <QPlaceDetailsReply> |
qmake: | QT += location |
Since: | Qt 5.6 |
Inherits: | QPlaceReply |
Public Functions
QPlaceDetailsReply(QObject *parent = Q_NULLPTR) | |
virtual | ~QPlaceDetailsReply() |
QPlace | place() const |
Reimplemented Public Functions
virtual QPlaceReply::Type | type() const |
- 4 public functions inherited from QPlaceReply
- 31 public functions inherited from QObject
Protected Functions
void | setPlace(const QPlace &place) |
- 2 protected functions inherited from QPlaceReply
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QPlaceReply
- 1 public slot inherited from QObject
- 2 signals inherited from QPlaceReply
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
The QPlaceDetailsReply class manages a place details fetch operation started by an instance of QPlaceManager.
See Fetching Place Details for an example on how to use a details reply.
See also QPlaceManager.
Member Function Documentation
QPlaceDetailsReply::QPlaceDetailsReply(QObject *parent = Q_NULLPTR)
Constructs a details reply with a given parent.
[virtual]
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().
[virtual]
QPlaceReply::Type QPlaceDetailsReply::type() const
Reimplemented from QPlaceReply::type().
Returns the type of reply.