filemanager/App/inc/CFileManagerContainerBase.h
branchRCL_3
changeset 10 875fd7f60fdf
parent 0 6a9f87576119
equal deleted inserted replaced
9:60626d494346 10:875fd7f60fdf
   225          * 
   225          * 
   226          * 
   226          * 
   227          */
   227          */
   228         virtual void ListBoxSetSelectionIndexesL(const CArrayFixFlat<TInt>* 
   228         virtual void ListBoxSetSelectionIndexesL(const CArrayFixFlat<TInt>* 
   229                                                           aSelectionIndexes);
   229                                                           aSelectionIndexes);
   230 
   230         /**
       
   231          * search filed index to listbox index
       
   232          * @param aIndex index in search filed
       
   233          * @return index in listbox
       
   234          */
       
   235         virtual TInt SearchFieldToListBoxIndex( TInt aIndex );
   231     protected:
   236     protected:
   232         /**
   237         /**
   233          * Standard C++ constructor.
   238          * Standard C++ constructor.
   234          */
   239          */
   235         CFileManagerContainerBase();
   240         CFileManagerContainerBase();