browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h
branchRCL_3
changeset 39 08ffbd51e3fd
parent 10 4530440261a8
equal deleted inserted replaced
37:25214794fad6 39:08ffbd51e3fd
   150         */
   150         */
   151         void ShowPopupListL(TBool aRelayout = EFalse);
   151         void ShowPopupListL(TBool aRelayout = EFalse);
   152         void UpdateScrollBarPositionL(const TInt aPosition);
   152         void UpdateScrollBarPositionL(const TInt aPosition);
   153 		void HandleItemClickedL(CEikListBox* aListBox );
   153 		void HandleItemClickedL(CEikListBox* aListBox );
   154 
   154 
   155 		
   155 		static TInt ListScrollTimerCallBack(TAny* aAny);
       
   156         void DoListScrolling();		
   156 
   157 
   157 
   158 
   158     private: // from CCoeControl
   159     private: // from CCoeControl
   159 		
   160 		
   160 		HBufC* iPrevGotoContent;//to compare if there were really any changes!   
   161 		HBufC* iPrevGotoContent;//to compare if there were really any changes!   
   182         HBufC* iUrlSuffixBuf;
   183         HBufC* iUrlSuffixBuf;
   183         TBool iTouchSupported;
   184         TBool iTouchSupported;
   184         TInt iMaxRecentUrlsToShow;
   185         TInt iMaxRecentUrlsToShow;
   185         // shows whether search feature is enabled or not.
   186         // shows whether search feature is enabled or not.
   186         TBool iSearchFeature; 
   187         TBool iSearchFeature; 
       
   188         CPeriodic* iListScrollTimer;
   187     };
   189     };
   188 
   190 
   189 #endif  // BROWSERADAPTIVELISTPOPUP_H
   191 #endif  // BROWSERADAPTIVELISTPOPUP_H
   190 
   192 
   191 // End of File
   193 // End of File