diff -r c8382f7b54ef -r 726fba06891a emailuis/uicomponents/inc/fstreenodevisualizerbase.h --- 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 +// removed __FS_ALFRED_SUPPORT flag +//#include +// removed __FS_ALFRED_SUPPORT flag #include +// SF #include +// #include "fstreenodevisualizer.h" class CAlfLayout; @@ -305,6 +310,7 @@ */ virtual void SetBackgroundTexture( const CAlfTexture& aTexture ); + // /** * 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 ); + // /** * 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, + // this feature is waiting for title divider bg graphics EFsNodeBackgroundBrush + // }; protected: