The QOrganizerCollectionLocalIdFetchRequest class allows a client to asynchronously request collection ids from an organizer manager. More...
#include <QOrganizerCollectionLocalIdFetchRequest>
Inherits QOrganizerItemAbstractRequest.
QOrganizerCollectionLocalIdFetchRequest ( QObject * parent = 0 ) | |
QList<QOrganizerCollectionLocalId> | collectionIds () const |
The QOrganizerCollectionLocalIdFetchRequest class allows a client to asynchronously request collection ids from an organizer manager.
For a QOrganizerCollectionLocalIdFetchRequest, the resultsAvailable() signal will be emitted when the resultant collection ids (which may be retrieved by calling collectionIds()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated.
Constructs a new organizeritem fetch request whose parent is the specified parent
Returns the list of collection ids retrieved by this request