![]() |
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 () | |
QContactFilter | filter () const |
void | setFilter ( const QContactFilter & filter ) |
void | progress ( QContactRemoveRequest * self ) |
The QContactRemoveRequest class allows a client to asynchronously request that certain contacts be removed from a contacts store.
Constructs a new contact remove request
Cleans up the memory in use by the contact remove request
Returns the filter which will be used to select the contacts to remove
See also setFilter().
This signal is emitted when some progress has been made on the request, causing either a change of status or an update of results, or both. It identifies which request the signal originated from by including a pointer to self.
Sets the filter which will be used to select the contacts to remove to filter
See also filter().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 (Technical Preview) |