![]() |
Home · All Classes · All Functions · | ![]() |
The QContactDetailDefinitionSaveRequest class allows a client to asynchronously request that certain detail definitions be saved in a contacts store. More...
#include <QContactDetailDefinitionSaveRequest>
Inherits QContactAbstractRequest.
QContactDetailDefinitionSaveRequest () | |
~QContactDetailDefinitionSaveRequest () | |
QString | contactType () const |
QList<QContactDetailDefinition> | definitions () const |
void | setContactType ( const QString & contactType ) |
void | setDefinitions ( const QList<QContactDetailDefinition> & definitions ) |
void | progress ( QContactDetailDefinitionSaveRequest * self ) |
The QContactDetailDefinitionSaveRequest class allows a client to asynchronously request that certain detail definitions be saved in a contacts store.
Constructs a new detail definition save request
Cleans up the memory in use by this detail definition save request
Returns the type of contact for which detail definitions will be saved
See also setContactType().
Returns the list of definitions that will be saved if called prior to calling start(), otherwise returns the list of detail definitions as they were saved in the contacts store
See also setDefinitions().
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 saved to contactType
See also contactType().
Sets the definitions to save to be definitions
See also definitions().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 (Technology Preview) |