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 Location 5.0
Inherits: QPlaceReply.

Public Functions

QPlaceDetailsReply(QObject * parent = 0)
virtual ~QPlaceDetailsReply()
QPlace place() const

Reimplemented Public Functions

virtual QPlaceReply::Type type() const

Protected Functions

void setPlace(const QPlace & place)

Additional Inherited Members

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 = 0)

Constructs a details reply with a given parent.

QPlaceDetailsReply::~QPlaceDetailsReply() [virtual]

Destroys the details reply.

QPlace QPlaceDetailsReply::place() const

Returns the place that was fetched.

See also setPlace().

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

Sets the fetched place of the reply.

See also place().

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

Reimplemented from QPlaceReply::type().

Returns the type of reply.