QPlaceDetailsReply Class

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 = Q_NULLPTR)
virtual ~QPlaceDetailsReply ()
QPlace place () const

重实现公共函数

virtual QPlaceReply::Type type () const

保护函数

void setPlace (const QPlace & place )

额外继承成员

详细描述

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 .

成员函数文档编制

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.

另请参阅 setPlace ().

[protected] void QPlaceDetailsReply:: setPlace (const QPlace & place )

Sets the fetched place of the reply.

另请参阅 place ().

[virtual] QPlaceReply::Type QPlaceDetailsReply:: type () const

重实现自 QPlaceReply::type ().

Returns the type of reply.