phonebookui/Phonebook2/ccapplication/ccadetailsviewplugin/inc/ccappdetailsviewlistboxmodel.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
   206      * Set initial focused list index.
   206      * Set initial focused list index.
   207      */
   207      */
   208     void SetInitialFocusIndex(TInt aIndex);
   208     void SetInitialFocusIndex(TInt aIndex);
   209     
   209     
   210     /**
   210     /**
       
   211       * Set focused list item index by store field index
       
   212       * 
       
   213       * @param aIndex, a field index in store
       
   214       * @retrun actually focused list item
       
   215       */
       
   216     TInt FindFocusListIndexByStoreIndex(TInt aIndex);
       
   217     
       
   218     /**
   211      *
   219      *
   212      */
   220      */
   213     MVPbkBaseContactField* FocusedFieldLC();
   221     MVPbkBaseContactField* FocusedFieldLC();
   214 
   222 
   215     /**
   223     /**