mpxplugins/viewplugins/views/inc/mpxcommoncontainer.h
branchRCL_3
changeset 21 a1247965635c
parent 0 ff3acec5bc43
child 40 cb96c29156b2
equal deleted inserted replaced
18:c54d95799c80 21:a1247965635c
   232     /**
   232     /**
   233      * Draws list box item index
   233      * Draws list box item index
   234      *
   234      *
   235      * @since 3.2
   235      * @since 3.2
   236      */
   236      */
   237     virtual void DrawLbxItem( TInt aIndex ) = 0;
   237     virtual void DrawLbxItemL( TInt aIndex ) = 0;
   238 
   238 
   239     /**
   239     /**
   240      * Set Find box's focus.
   240      * Set Find box's focus.
   241      *
   241      *
   242      * @since 3.1
   242      * @since 3.1
   325     virtual void HandleMarkableListProcessCommandL( TInt aCommand ) = 0;
   325     virtual void HandleMarkableListProcessCommandL( TInt aCommand ) = 0;
   326 
   326 
   327     /**
   327     /**
   328      * Custom handling of menu pane for markable lists
   328      * Custom handling of menu pane for markable lists
   329      */
   329      */
   330     virtual void HandleMarkableListDynInitMenuPane(
   330     virtual void HandleMarkableListDynInitMenuPaneL(
   331         TInt aResourceId,
   331         TInt aResourceId,
   332         CEikMenuPane* aMenuPane ) = 0;
   332         CEikMenuPane* aMenuPane ) = 0;
   333 
   333 
   334 
   334 
   335     /**
   335     /**