emailuis/uicomponents/inc/fstreenodevisualizerbase.h
branchRCL_3
changeset 80 726fba06891a
parent 73 c8382f7b54ef
--- a/emailuis/uicomponents/inc/fstreenodevisualizerbase.h	Wed Sep 15 11:52:37 2010 +0300
+++ b/emailuis/uicomponents/inc/fstreenodevisualizerbase.h	Wed Oct 13 14:11:15 2010 +0300
@@ -22,8 +22,13 @@
 
 
 #include <e32base.h>
+//<cmail> removed __FS_ALFRED_SUPPORT flag
+//#include <fsconfig.h>
+//</cmail> removed __FS_ALFRED_SUPPORT flag
 #include <gdi.h>
+// <cmail> SF
 #include <alf/alfeventhandler.h>
+// </cmail>
 #include "fstreenodevisualizer.h"
 
 class CAlfLayout;
@@ -305,6 +310,7 @@
      */
     virtual void SetBackgroundTexture( const CAlfTexture& aTexture );
 
+    // <cmail>
     /**
      * From MFsTreeItemVisualizer.
      * Sets item background brush. Ownership not transfered.
@@ -322,6 +328,7 @@
      * @return ETrue if background brush is set, EFalse otherwise.
      */
     virtual TBool GetBackgroundBrush( CAlfBrush*& aBrush );
+    // </cmail>
 
     /**
      * From MFsTreeItemVisualizer.
@@ -357,8 +364,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.
@@ -434,8 +439,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);
@@ -565,7 +569,9 @@
         EFsNodeBackgroundNone,
         EFsNodeBackgroundColor,
         EFsNodeBackgroundTexture,
+    // <cmail> this feature is waiting for title divider bg graphics
         EFsNodeBackgroundBrush       
+    // </cmail>
         };
     
 protected: