phonebookui/Phonebook2/UIControls/inc/CPbk2ContactViewListBox.h
branchRCL_3
changeset 23 5586b4d2ec3e
parent 21 b3431bff8c19
child 58 d4f567ce2e7c
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
   165  	     * Sets the commands that should appear at the top of the list.
   165  	     * Sets the commands that should appear at the top of the list.
   166  	     * @param aCommands An array of commands. NULL may be given to
   166  	     * @param aCommands An array of commands. NULL may be given to
   167  	     * 		  indicate that no commands are to be shown. 
   167  	     * 		  indicate that no commands are to be shown. 
   168          */
   168          */
   169         void SetListCommands( const RPointerArray<MPbk2UiControlCmdItem>* aCommands );
   169         void SetListCommands( const RPointerArray<MPbk2UiControlCmdItem>* aCommands );
       
   170 
       
   171         /**
       
   172          * Handle showing of popupcharacter when user scrolls name list 
       
   173          * using scroll bar.
       
   174          *
       
   175          * @param CWindowGc.
       
   176          * @param TRect.
       
   177          */
       
   178         void HandlePopupCharacter( CWindowGc* aGc,
       
   179                                    const TRect& aRectOfListBoxItem ) const;
   170 
   180 
   171     public: // From MPbk2ClipListBoxText
   181     public: // From MPbk2ClipListBoxText
   172         TBool ClipFromBeginning(
   182         TBool ClipFromBeginning(
   173                 TDes& aBuffer,
   183                 TDes& aBuffer,
   174                 TInt aItemIndex,
   184                 TInt aItemIndex,