menufw/menufwui/mmwidgets/inc/mmlistboxmodel.h
changeset 4 4d54b72983ae
parent 0 f72a12da539e
child 50 137ebc85284b
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  CMmListBoxItemModel
    14 * Description:  CMmListBoxItemModel
    15 *  Version     : %version: MM_18.1.3 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_18.1.4 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMLISTBOXMODEL_H
    20 #ifndef C_MMLISTBOXMODEL_H
   119 	 * @param aModel The suite model that the event concerns.
   119 	 * @param aModel The suite model that the event concerns.
   120 	 */
   120 	 */
   121     void HandleSuiteEventL( THnCustomSuiteEvent aCustomSuiteEvent, 
   121     void HandleSuiteEventL( THnCustomSuiteEvent aCustomSuiteEvent, 
   122             CHnSuiteModel* aModel );
   122             CHnSuiteModel* aModel );
   123     
   123     
       
   124     /**
       
   125      * Determines the number of item-specific menu items for given item.
       
   126      * 
       
   127      * @since S60 v3.0
       
   128      * @param aItemIndex Item index.
       
   129      * @return Number of item-specific menu items.
       
   130      */
       
   131     TInt GetNumberOfSpecificMenuItemsL( TInt aItemIndex );
       
   132     
   124 private:
   133 private:
   125 
   134 
   126 	/**
   135 	/**
   127 	 * Gets the attribute by name.
   136 	 * Gets the attribute by name.
   128 	 * 
   137 	 *