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 ()
QContactFilter filter () const
void setFilter ( const QContactFilter & filter )

Signals

void progress ( QContactRemoveRequest * self )

Additional Inherited Members


Detailed Description

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


Member Function Documentation

QContactRemoveRequest::QContactRemoveRequest ()

Constructs a new contact remove request

QContactRemoveRequest::~QContactRemoveRequest ()

Cleans up the memory in use by the contact remove request

QContactFilter QContactRemoveRequest::filter () const

Returns the filter which will be used to select the contacts to remove

See also setFilter().

void QContactRemoveRequest::progress ( QContactRemoveRequest * self )   [signal]

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.

void QContactRemoveRequest::setFilter ( const QContactFilter & filter )

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)