QOrganizerCollectionFetchRequest Class

The QOrganizerCollectionFetchRequest class allows a client to asynchronously fetch collections from a backend. More...

Header: #include <QOrganizerCollectionFetchRequest>
Inherits: QOrganizerAbstractRequest.

Public Functions

QOrganizerCollectionFetchRequest(QObject * parent = 0)
~QOrganizerCollectionFetchRequest()
QList<QOrganizerCollection> collections() const

Additional Inherited Members

Detailed Description

The QOrganizerCollectionFetchRequest class allows a client to asynchronously fetch collections from a backend.

This request will fetch all the collections stored in the given backend.

Member Function Documentation

QOrganizerCollectionFetchRequest::QOrganizerCollectionFetchRequest(QObject * parent = 0)

Constructs a new organizeritem fetch request whose parent is the specified parent.

QOrganizerCollectionFetchRequest::~QOrganizerCollectionFetchRequest()

Frees memory in use by this request.

QList<QOrganizerCollection> QOrganizerCollectionFetchRequest::collections() const

Returns the collections retrieved by this request.