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  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QContactFetchByIdRequest Class

The QContactFetchByIdRequest class allows a client to asynchronously request contacts from a contacts store manager, given a list of contact IDs. More...

 #include <QContactFetchByIdRequest>

Inherits: QContactAbstractRequest.

Public Functions

QContactFetchByIdRequest(QObject * parent = 0)
~QContactFetchByIdRequest()
QList<QContactId> contactIds() const
QList<QContact> contacts() const
QMap<int, QContactManager::Error> errorMap() const
QContactFetchHint fetchHint() const
void setFetchHint(const QContactFetchHint & fetchHint)
void setIds(const QList<QContactId> & ids)

Additional Inherited Members

Detailed Description

The QContactFetchByIdRequest class allows a client to asynchronously request contacts from a contacts store manager, given a list of contact IDs.

The contacts fetched by the backend should have a one-to-one correspondence to the IDs passed into this class. That is, the nth contact in the returned list should have an ID which is equal to the nth ID in the list of IDs. Any invalid ID should correspond to an empty QContact.

For a QContactFetchByIdRequest, the resultsAvailable() signal will be emitted when 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

QContactFetchByIdRequest::QContactFetchByIdRequest(QObject * parent = 0)

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

QContactFetchByIdRequest::~QContactFetchByIdRequest()

Frees any memory used by this request

QList<QContactId> QContactFetchByIdRequest::contactIds() const

Returns the list of ids of the contacts that the backend should retrieve.

QList<QContact> QContactFetchByIdRequest::contacts() const

Returns the list of contacts retrieved by this request

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

Returns the map of input definition list indices to errors which occurred. In case of global errors like QContactManager::TimeoutError affecting to all items in the input definitions the error map may be empty.

QContactFetchHint QContactFetchByIdRequest::fetchHint() const

Returns the fetch hint which may be used by the backend to optimize contact retrieval. A client should not make changes to a contact which has been retrieved using a fetch hint other than the default fetch hint. Doing so will result in information loss when saving the contact back to the manager (as the "new" restricted contact will replace the previously saved contact in the backend).

See also setFetchHint() and QContactFetchHint.

void QContactFetchByIdRequest::setFetchHint(const QContactFetchHint & fetchHint)

Sets the fetch hint which may be used by the backend to optimize contact retrieval to fetchHint. A client should not make changes to a contact which has been retrieved using a fetch hint other than the default fetch hint. Doing so will result in information loss when saving the contact back to the manager (as the "new" restricted contact will replace the previously saved contact in the backend).

See also fetchHint() and QContactFetchHint.

void QContactFetchByIdRequest::setIds(const QList<QContactId> & ids)

Sets the list of ids of the contacts that the backend should retrieve to contactIds.

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 5.0-snapshot
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