Contents
QOrganizerItemRemoveRequest Class Reference
The QOrganizerItemRemoveRequest class allows a client to asynchronously request that certain organizeritems be removed from a organizeritems store. More...
#include <QOrganizerItemRemoveRequest>
Inherits QOrganizerItemAbstractRequest.
Public Functions
QOrganizerItemRemoveRequest ( QObject * parent = 0 ) | |
QMap<int, QOrganizerItemManager::Error> | errorMap () const |
QList<QOrganizerItemLocalId> | itemIds () const |
void | setItemId ( const QOrganizerItemLocalId & organizeritemId ) |
void | setItemIds ( const QList<QOrganizerItemLocalId> & organizeritemIds ) |
- 9 public functions inherited from QOrganizerItemAbstractRequest
Additional Inherited Members
- 3 public slots inherited from QOrganizerItemAbstractRequest
- 2 signals inherited from QOrganizerItemAbstractRequest
Detailed Description
The QOrganizerItemRemoveRequest class allows a client to asynchronously request that certain organizeritems be removed from a organizeritems store.
For a QOrganizerItemRemoveRequest, the resultsUpdated() signal will be emitted when the individual item errors (which may be retrieved by calling errorMap()) are updated, or if the overall operation error (which may be retrieved by calling error()) is updated.