phonebookui/Phonebook2/UIControls/inc/CPbk2ContactViewListBox.h
branchRCL_3
changeset 74 6b5524b4f673
parent 63 f4a778e096c2
child 85 38bb213f60ba
equal deleted inserted replaced
68:9da50d567e3c 74:6b5524b4f673
   182          * Set the state of the Marking mode 
   182          * Set the state of the Marking mode 
   183          */
   183          */
   184         inline void SetMarkingModeState( TBool aActived )
   184         inline void SetMarkingModeState( TBool aActived )
   185             {
   185             {
   186             iMarkingModeOn = aActived;
   186             iMarkingModeOn = aActived;
       
   187             }
       
   188 
       
   189         /**
       
   190          * Reset the value of iShowPopupChar, i.e. set its value to EFalse.
       
   191          * As for iShowPopupChar, ETrue indicates showing the scrollbar popup char;
       
   192          * EFalse indicates the opposite. 
       
   193          */
       
   194         inline void ResetShowPopupChar()
       
   195             {
       
   196             iShowPopupChar = EFalse;
   187             }
   197             }
   188 
   198 
   189     public: // From MPbk2ClipListBoxText
   199     public: // From MPbk2ClipListBoxText
   190         TBool ClipFromBeginning(
   200         TBool ClipFromBeginning(
   191                 TDes& aBuffer,
   201                 TDes& aBuffer,