phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercontacthandler.h
branchRCL_3
changeset 5 81f8547efd4f
parent 0 e686773b3f54
child 12 4ae315f230bc
equal deleted inserted replaced
3:04ab22b956c2 5:81f8547efd4f
   346      *
   346      *
   347      * @since S60 v5.0
   347      * @since S60 v5.0
   348      */     
   348      */     
   349     void RefetchContactL();
   349     void RefetchContactL();
   350     
   350     
       
   351 	/**
       
   352      * Checks whether the Current contact is top contact.
       
   353      *
       
   354      * @return ETrue if Contact is a top contact, otherwise EFalse 
       
   355      */
       
   356     TBool IsTopContact();
       
   357     
   351 private: // from MCCAppContactFieldDataObserver
   358 private: // from MCCAppContactFieldDataObserver
   352 
   359 
   353 	/**
   360 	/**
   354 	 * from MCCAppContactFieldDataObserver
   361 	 * from MCCAppContactFieldDataObserver
   355 	 */
   362 	 */
   434      * Observer to be updated of contact fields
   441      * Observer to be updated of contact fields
   435      * Own.
   442      * Own.
   436      */
   443      */
   437     MCCAppContactHandlerNotifier& iObserver;
   444     MCCAppContactHandlerNotifier& iObserver;
   438     /**
   445     /**
       
   446      * Notify if dynamic address fields are set or not
       
   447      * Own.
       
   448      */
       
   449     TBool iDynamicAddressGroupSet;
       
   450     /**
   439      * Dynamic address fields
   451      * Dynamic address fields
   440      * Own.
   452      * Own.
   441      * */
   453      * */
   442     enum TDynamicAddressGroupSetFlag
       
   443         {
       
   444         EDynamicVoipAddressGroupSet = 1
       
   445         };
       
   446     TInt iDynamicAddressGroupSet;
       
   447     RArray<TInt> iDynamicVoipAddressGroup;
   454     RArray<TInt> iDynamicVoipAddressGroup;
   448     /**
   455     /**
   449      * Default attributes as bitmasks
   456      * Default attributes as bitmasks
   450      * Own.
   457      * Own.
   451      */
   458      */