Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QContactSaveRequest Class Reference

The QContactSaveRequest class allows a client to asynchronously request that certain contacts be saved to a contacts store. More...

 #include <QContactSaveRequest>

Inherits: QContactAbstractRequest.

This class was introduced in Qt Mobility 1.0.

Public Functions

QContactSaveRequest ( QObject * parent = 0 )
~QContactSaveRequest ()
QList<QContact> contacts () const
QStringList definitionMask () const
QMap<int, QContactManager::Error> errorMap () const
void setContact ( const QContact & contact )
void setContacts ( const QList<QContact> & contacts )
void setDefinitionMask ( const QStringList & definitionMask )

Additional Inherited Members

Detailed Description

The QContactSaveRequest class allows a client to asynchronously request that certain contacts be saved to a contacts store.

For a QContactSaveRequest, the resultsAvailable() signal will be emitted when either the individual item errors (which may be retrieved by calling errorMap()), or the resultant contacts (which may be retrieved by calling contacts()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated.

Please see the class documentation of QContactAbstractRequest for more information about the usage of request classes and ownership semantics.

Member Function Documentation

QContactSaveRequest::QContactSaveRequest ( QObject * parent = 0 )

Constructs a new contact save request whose parent is the specified parent

QContactSaveRequest::~QContactSaveRequest ()

Frees any memory used by this request

QList<QContact> QContactSaveRequest::contacts () const

Returns the list of contacts which will be saved if called prior to calling start(), otherwise returns the list of contacts with their ids set appropriately (successfully saved new contacts will have an id assigned).

This function was introduced in Qt Mobility 1.0.

See also setContacts().

QStringList QContactSaveRequest::definitionMask () const

Returns the list of definitions that this request will operate on.

If the list is empty, the request will operate on all details.

See also setDefinitionMask().

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

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

This function was introduced in Qt Mobility 1.0.

void QContactSaveRequest::setContact ( const QContact & contact )

Sets the contact to be saved to contact. Equivalent to calling:

 setContacts(QList<QContact>() << contact);

This function was introduced in Qt Mobility 1.0.

void QContactSaveRequest::setContacts ( const QList<QContact> & contacts )

Sets the list of contacts to be saved to contacts

This function was introduced in Qt Mobility 1.0.

See also contacts().

void QContactSaveRequest::setDefinitionMask ( const QStringList & definitionMask )

Set the list of definitions to restrict saving to definitionMask. This allows you to perform partial save (and remove) operations on existing contacts.

If definitionMask is empty (the default), no restrictions will apply, and the passed in contacts will be saved as is. Otherwise, only details whose definitions are in the list will be saved. If a definition name is present in the list, but there are no corresponding details in the contact passed into this request, any existing details in the manager for that contact will be removed.

This is useful if you've used a fetch hint to fetch a partial contact from a manager so that you can save changes to the details you actually fetched without removing the details you didn't.

Additionally, when performing synchronization operations with other managers that don't support the full range of details, you can restrict the update operation to only those details so that you don't lose the extra details that are supported in this manager.

Note: Some managers do not support partial updates natively, in which case the QtContacts framework will emulate the functionality (fetching the whole contact, applying the new restricted details, and saving the contact back).

See also definitionMask().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 43
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
  7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 9
Page suivante

Le Qt Labs au hasard

Logo

QMake et au-delà, le retour

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtmobility-1.2
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web