webengine/webkitutils/HistoryProvider/HistoryView.h
branchRCL_3
changeset 84 800203832575
parent 64 ac77f89b1d9e
child 93 79859ed3eea9
--- a/webengine/webkitutils/HistoryProvider/HistoryView.h	Wed Jun 09 10:52:50 2010 +0300
+++ b/webengine/webkitutils/HistoryProvider/HistoryView.h	Mon Jun 21 16:54:17 2010 +0300
@@ -209,6 +209,15 @@
         * @return void
         */
         void loadUrl();
+        
+        /**
+         * Create a mask bitmap for the thumbnail of left and right entry
+         * left and right entry will use the same mask 
+         * @param aSize The size of the mask bitmap which will be cteated
+         * @param aDisplayMode The display mode of the mask bitmap
+         * @param aRgb The color filled in the bitmap
+         */
+        void CreateMaskBitmapForLeftRightThumbnailL(TSize& aSize, TDisplayMode aDisplayMode, TRgb aRgb);
 
     private:    // Data
 
@@ -258,8 +267,9 @@
         THistoryViewComponent    m_historyViewComponent;
         // Timer for repeated scrolling
         CPeriodic*               m_autoScrollPeriodic;
-
-        TPoint m_lastpointerposition;
+        TPoint                   m_lastpointerposition;
+        //Mask bitmap for the thumbnail of left and right entry
+        CFbsBitmap*              m_maskBitmap;
     };
 
 #endif      // HISTORYVIEW_H