qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   134 private:
   134 private:
   135     QList<QContactLocalId> slowFilter(const QContactFilter& filter, const QList<QContactLocalId>& contacts, QContactManager::Error* error) const;
   135     QList<QContactLocalId> slowFilter(const QContactFilter& filter, const QList<QContactLocalId>& contacts, QContactManager::Error* error) const;
   136     QList<QContactLocalId> slowSort(const QList<QContactLocalId>& contactIds, const QList<QContactSortOrder>& sortOrders, QContactManager::Error* error) const;
   136     QList<QContactLocalId> slowSort(const QList<QContactLocalId>& contactIds, const QList<QContactSortOrder>& sortOrders, QContactManager::Error* error) const;
   137     bool doSaveContact(QContact* contact, QContactChangeSet& changeSet, QContactManager::Error* error);
   137     bool doSaveContact(QContact* contact, QContactChangeSet& changeSet, QContactManager::Error* error);
   138 
   138 
   139     QContact fetchContactL(const QContactLocalId &localId, const QStringList& definitionRestrictions) const;
   139     QContact fetchContactL(const QContactLocalId &localId, const QStringList& detailDefinitionsHint) const;
   140 
   140 
   141     /* Add contact */
   141     /* Add contact */
   142     bool addContact(QContact& contact, QContactChangeSet& changeSet, QContactManager::Error* qtError);
   142     bool addContact(QContact& contact, QContactChangeSet& changeSet, QContactManager::Error* qtError);
   143     int addContactL(QContact &contact);
   143     int addContactL(QContact &contact);
   144 
   144 
   146     bool updateContact(QContact& contact, QContactChangeSet& changeSet, QContactManager::Error* qtError);
   146     bool updateContact(QContact& contact, QContactChangeSet& changeSet, QContactManager::Error* qtError);
   147     void updateContactL(QContact &contact);
   147     void updateContactL(QContact &contact);
   148 
   148 
   149     /* Remove contact */
   149     /* Remove contact */
   150     bool removeContact(const QContactLocalId &id, QContactChangeSet& changeSet, QContactManager::Error* qtError);
   150     bool removeContact(const QContactLocalId &id, QContactChangeSet& changeSet, QContactManager::Error* qtError);
   151     int removeContactL(QContactLocalId id);
   151     void removeContactL(QContactLocalId id);
   152 
   152 
   153     void updateDisplayLabel(QContact& contact) const;
   153     void updateDisplayLabel(QContact& contact) const;
   154 
   154 
   155     /* Asynchronous Request Support - synchronous versions until thread worker is stable */
   155     /* Asynchronous Request Support - synchronous versions until thread worker is stable */
   156     void requestDestroyed(QContactAbstractRequest* req);
   156     void requestDestroyed(QContactAbstractRequest* req);