browserui/browser/FavouritesInc/BrowserFavouritesListbox.h
changeset 15 e45c3f40ea5f
parent 0 84ad3b177aa3
child 60 b149f0820e5a
equal deleted inserted replaced
10:57d5b8e231c4 15:e45c3f40ea5f
   278 									
   278 									
   279 		inline TBool IsSkinUpdated ()
   279 		inline TBool IsSkinUpdated ()
   280 		    { return iSkinUpdated; }
   280 		    { return iSkinUpdated; }
   281 		    
   281 		    
   282 		void SetSkinUpdated(TBool aSkinUpdated);
   282 		void SetSkinUpdated(TBool aSkinUpdated);
       
   283 		
       
   284         /**
       
   285         * Italicizes listbox row at index aRowIndex
       
   286         *
       
   287         * @param aRowIndex - index of row to be italicized 
       
   288         */
       
   289 		void ItalicizeRowItemL(TInt aRowIndex);
       
   290 
   283 
   291 
   284     protected:  // Construct / destruct
   292     protected:  // Construct / destruct
   285 
   293 
   286         /**
   294         /**
   287         * Constructor.
   295         * Constructor.
   439         * the stack).
   447         * the stack).
   440         */
   448         */
   441         CBrowserFavouritesListboxState* 		iNewState;
   449         CBrowserFavouritesListboxState* 		iNewState;
   442 		TBrowserFavouritesListboxDefaultDatas 	iDefaultDatas;
   450 		TBrowserFavouritesListboxDefaultDatas 	iDefaultDatas;
   443 		CBrowserFaviconHandler* 				iFaviconHandler;
   451 		CBrowserFaviconHandler* 				iFaviconHandler;
       
   452 		
       
   453         /**
       
   454         * Italicized font for setting listbox rows to italics font.
       
   455         */
       
   456         CFbsFont *iFontItalic;
       
   457 
   444 
   458 
   445     };
   459     };
   446 
   460 
   447 #endif
   461 #endif
   448 
   462