uifw/EikStd/coctlinc/aknstyluspopupmenucontent.h
branchRCL_3
changeset 19 aecbbf00d063
parent 5 aabf2c525e0f
child 20 d48ab3b357f1
equal deleted inserted replaced
18:fcdfafb36fe7 19:aecbbf00d063
   193     /**
   193     /**
   194      * Selects given item
   194      * Selects given item
   195      *
   195      *
   196      * @aParam aItem Item to be selected
   196      * @aParam aItem Item to be selected
   197      */ 
   197      */ 
   198     void SelectItemL( TInt aItem );
   198     void SelectItem( TInt aItem );
   199     
   199     
   200 private:
   200 private:
   201 	
   201 	
   202 	/**
   202 	/**
   203      * Initializes physics.
   203      * Initializes physics.
   344     
   344     
   345     /**
   345     /**
   346      * First visible item on the list
   346      * First visible item on the list
   347      */
   347      */
   348     TInt iFirstItem;
   348     TInt iFirstItem;
   349 
       
   350     /**
       
   351      * Index of the last visible item.
       
   352      */
       
   353     TInt iLastVisibleItem;
       
   354     
   349     
   355     CAknStylusPopUpMenu& iPopUpMenu;
   350     CAknStylusPopUpMenu& iPopUpMenu;
   356     
   351     
   357     /**
   352     /**
   358      * Physics handler.
   353      * Physics handler.