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