recents_plat/logs_engine_api/inc/logsevent.h
changeset 19 e4c884866116
parent 16 c5af8598d22c
equal deleted inserted replaced
16:c5af8598d22c 19:e4c884866116
   237          */
   237          */
   238         void setDuplicates( int duplicates );
   238         void setDuplicates( int duplicates );
   239         
   239         
   240         /**
   240         /**
   241          * Set remote party name for the event.
   241          * Set remote party name for the event.
   242          */
   242          * @param contactMatch, use true if remoteparty is set by contact matching
   243         void setRemoteParty( const QString& remoteParty );
   243          */
       
   244         void setRemoteParty( const QString& remoteParty, bool contactMatch = false );
   244         
   245         
   245         /**
   246         /**
   246         * Set indication of result of searching matching 
   247         * Set indication of result of searching matching 
   247         * contact from contacts
   248         * contact from contacts
   248         */
   249         */
   272         
   273         
   273         /**
   274         /**
   274          * Search matching contact from contacts and update
   275          * Search matching contact from contacts and update
   275          * event with possible match.
   276          * event with possible match.
   276          * @param manager
   277          * @param manager
   277          * @return name of matched contact, zero length string if no match found.
   278          * @param contactNameStr, on return updated contact name
   278          */
   279          * @return true if found matching contact, otherwise false
   279         QString updateRemotePartyFromContacts(QContactManager& manager);
   280          */
       
   281         bool updateRemotePartyFromContacts(
       
   282             QContactManager& manager, QString& contactNameStr);
   280         
   283         
   281         /**
   284         /**
   282          * Prepares the event for contact matching.
   285          * Prepares the event for contact matching.
   283          */
   286          */
   284         void prepareForContactMatching();
   287         void prepareForContactMatching();