emailuis/uicomponents/inc/fstreeitemvisualizerbase.h
branchRCL_3
changeset 80 726fba06891a
parent 73 c8382f7b54ef
--- a/emailuis/uicomponents/inc/fstreeitemvisualizerbase.h	Wed Sep 15 11:52:37 2010 +0300
+++ b/emailuis/uicomponents/inc/fstreeitemvisualizerbase.h	Wed Oct 13 14:11:15 2010 +0300
@@ -20,7 +20,12 @@
 #define FSTREEITEMVISUALIZERBASE_H_
 
 #include <e32base.h>
+//<cmail> removed __FS_ALFRED_SUPPORT flag
+//#include <fsconfig.h>
+//</cmail> removed __FS_ALFRED_SUPPORT flag
+// <cmail> SF
 #include <alf/alfeventhandler.h>
+// </cmail>
 #include "fstreeitemvisualizer.h"
 #include "fslayoutmanager.h"
 
@@ -308,6 +313,7 @@
      */
     virtual void SetBackgroundTexture( const CAlfTexture& aTexture );
 
+    // <cmail>
     /**
      * From MFsTreeItemVisualizer.
      * Sets item background brush. Ownership not transfered.
@@ -325,6 +331,7 @@
      * @return ETrue if background brush is set, EFalse otherwise.
      */
     virtual TBool GetBackgroundBrush( CAlfBrush*& aBrush );
+    // </cmail>
 
     /**
      * From MFsTreeItemVisualizer.
@@ -360,8 +367,6 @@
      * @param ETrue if item should always be in extended state.
      */
     virtual void SetAlwaysExtended( TBool aAlwaysExtended );
-
-    virtual void SetMarkingMode( TBool aMarkingMode );
     
     /**
      * This function returns wether an item is always in extended state.
@@ -436,8 +441,7 @@
     virtual void UpdateL( const MFsTreeItemData& aData,
             TBool aFocused,
             const TUint aLevel,
-            CAlfTexture*& aMarkOnIcon,
-            CAlfTexture*& aMarkOffIcon,
+            CAlfTexture*& aMarkIcon,
             CAlfTexture*& aMenuIcon,
             const TUint aTimeout = 0,
             TBool aUpdateData = ETrue);
@@ -556,7 +560,9 @@
         EFsItemBackgroundNone,
         EFsItemBackgroundColor,
         EFsItemBackgroundTexture,
+    // <cmail> this feature is waiting for title divider bg graphics
         EFsItemBackgroundBrush
+    // </cmail>
         };
     
 protected: