![]() |
Home · All Classes · All Functions · | ![]() |
The QContactDetailDefinitionRemoveRequest class allows a client to asynchronously request that certain detail definitions be removed from a contacts store. More...
#include <QContactDetailDefinitionRemoveRequest>
Inherits QContactAbstractRequest.
QContactDetailDefinitionRemoveRequest () | |
~QContactDetailDefinitionRemoveRequest () | |
QString | contactType () const |
QStringList | names () const |
void | setContactType ( const QString & contactType ) |
void | setNames ( const QStringList & names ) |
void | progress ( QContactDetailDefinitionRemoveRequest * self ) |
The QContactDetailDefinitionRemoveRequest class allows a client to asynchronously request that certain detail definitions be removed from a contacts store.
Constructs a new detail definition remove request
Cleans up the memory in use by this detail definition remove request
Returns the type of contact for which detail definitions will be removed
See also setContactType().
Returns the list of names of the detail definitions that will be removed from the manager
See also setNames().
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 type of contact for which detail definitions should be removed to contactType
See also contactType().
Sets the names of the detail definitions to remove from the manager to be names
See also names().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 (Technical Preview) |