voiceui/pbkinfoviewimpl/inc/pbkinfoviewsindhandler.h
branchRCL_3
changeset 11 6347473a7bb2
parent 9 fc313e1df071
equal deleted inserted replaced
9:fc313e1df071 11:6347473a7bb2
   120          * @return TInt the icon id
   120          * @return TInt the icon id
   121          */
   121          */
   122          TInt IconIdL( TInt aIndex );
   122          TInt IconIdL( TInt aIndex );
   123 		 
   123 		 
   124          /**
   124          /**
   125          * Returns an field id
   125          * Returns an field id that the voice tage is associated
   126 		 * @return TInt the field id
   126          * @param aIndex index for the voice tag.
   127          */
   127          *        0 <= aIndex <= VoiceTagCount() - 1
   128          TInt FieldIdL();
   128 		 * @return TInt field id
       
   129          */
       
   130          TInt FieldIdL( TInt aIndex );
       
   131          
       
   132          /**
       
   133          * Returns a tag label that the voice tage is associated
       
   134          * @param aIndex index for the voice tag.
       
   135          *        0 <= aIndex <= VoiceTagCount() - 1
       
   136          * @return TPtrC the tag label
       
   137          */
       
   138          TPtrC LabelL( TInt aIndex );
   129          
   139          
   130          /**
   140          /**
   131          * Calls CompareL and catches possible leaves
   141          * Calls CompareL and catches possible leaves
   132          */
   142          */
   133          static TInt Compare( const MNssTag& aTag1, const MNssTag& aTag2 );
   143          static TInt Compare( const MNssTag& aTag1, const MNssTag& aTag2 );