Qt Mobility Reference Documentation

QOrganizerCollectionLocalIdFetchRequest Class Reference

The QOrganizerCollectionLocalIdFetchRequest class allows a client to asynchronously request collection ids from an organizer manager. More...

 #include <QOrganizerCollectionLocalIdFetchRequest>

Inherits QOrganizerItemAbstractRequest.


Public Functions

QOrganizerCollectionLocalIdFetchRequest ( QObject * parent = 0 )
QList<QOrganizerCollectionLocalId> collectionIds () const

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

QOrganizerCollectionLocalIdFetchRequest::QOrganizerCollectionLocalIdFetchRequest ( QObject * parent = 0 )

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

QList<QOrganizerCollectionLocalId> QOrganizerCollectionLocalIdFetchRequest::collectionIds () const

Returns the list of collection ids retrieved by this request

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.