Home · All Classes · All Functions ·

QContactRemoveRequest Class Reference

The QContactRemoveRequest class allows a client to asynchronously request that certain contacts be removed from a contacts store. More...

    #include <QContactRemoveRequest>

Inherits QContactAbstractRequest.


Public Functions

QContactRemoveRequest ()
~QContactRemoveRequest ()
QList<QContactLocalId> contactIds () const
QMap<int, QContactManager::Error> errorMap () const
void setContactIds ( const QList<QContactLocalId> & contactIds )

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

QContactRemoveRequest::QContactRemoveRequest ()

Constructs a new contact remove request

QContactRemoveRequest::~QContactRemoveRequest ()

Cleans up the memory in use by the contact remove request

QList<QContactLocalId> QContactRemoveRequest::contactIds () const

Returns the list of ids of contacts which will be removed

See also setContactIds().

QMap<int, QContactManager::Error> QContactRemoveRequest::errorMap () const

Returns the map of input contact list indices to errors which occurred

void QContactRemoveRequest::setContactIds ( const QList<QContactLocalId> & contactIds )

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