![]() |
Home · All Classes · All Functions · | ![]() |
The QContactRemoveRequest class allows a client to asynchronously request that certain contacts be removed from a contacts store. More...
#include <QContactRemoveRequest>
Inherits QContactAbstractRequest.
QContactRemoveRequest () | |
~QContactRemoveRequest () | |
QList<QContactLocalId> | contactIds () const |
QMap<int, QContactManager::Error> | errorMap () const |
void | setContactIds ( const QList<QContactLocalId> & contactIds ) |
The QContactRemoveRequest class allows a client to asynchronously request that certain contacts be removed from a contacts store.
For a QContactRemoveRequest, 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.
Constructs a new contact remove request
Cleans up the memory in use by the contact remove request
Returns the list of ids of contacts which will be removed
See also setContactIds().
Returns the map of input contact list indices to errors which occurred
Sets the list of ids of contacts which will be removed to contactIds
See also contactIds().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |