The QPlaceDetailsReply class manages a place details fetch operation started by an instance of QPlaceManager . 更多...
| 頭: | #include <QPlaceDetailsReply> |
| qmake: | QT += location |
| Since: | Qt 5.6 |
| 繼承: | QPlaceReply |
| QPlaceDetailsReply (QObject * parent = nullptr) | |
| virtual | ~QPlaceDetailsReply () |
| QPlace | place () const |
| virtual QPlaceReply::Type | type () const |
| const QMetaObject | staticMetaObject |
| void | setPlace (const QPlace & place ) |
The QPlaceDetailsReply class manages a place details fetch operation started by an instance of QPlaceManager .
見 Fetching Place Details for an example on how to use a details reply.
另請參閱 QPlaceManager .
Constructs a details reply with a given parent .
[虛擬]
QPlaceDetailsReply::
~QPlaceDetailsReply
()
Destroys the details reply.
Returns the place that was fetched.
另請參閱 setPlace ().
[protected]
void
QPlaceDetailsReply::
setPlace
(const
QPlace
&
place
)
Sets the fetched place of the reply.
另請參閱 place ().
[虛擬]
QPlaceReply::Type
QPlaceDetailsReply::
type
() const
重實現自 QPlaceReply::type ().
Returns the type of reply.