Member Function Documentation
QPlaceContentReply::QPlaceContentReply(QObject * parent = 0)
Constructs a content reply with a given parent.
QPlaceContentReply::~QPlaceContentReply() [virtual]
Destroys the reply.
Returns the collection of content retrieved.
See also setContent().
Returns the content request that was used to generate this reply.
See also setRequest().
void QPlaceContentReply::setContent(const QPlaceContent::Collection & content) [protected]
Sets the content of the reply.
See also content().
void QPlaceContentReply::setRequest(const QPlaceContentRequest & request) [protected]
Sets the content request used to generate this this reply.
See also request().
void QPlaceContentReply::setTotalCount(int total) [protected]
Sets the total number of content objects for a place.
See also totalCount().
int QPlaceContentReply::totalCount() const
Returns the total number of content objects for a place. If the total number of content objects cannot be counted, a value of -1 is returned. This count only refers to the total count for a single content type, that is, the content type that was specified when content was requested with the QPlaceManager.
See also setTotalCount().
QPlaceReply::Type QPlaceContentReply::type() const [virtual]
Reimplemented from QPlaceReply::type().
Returns the type of reply.