diff -r 968773a0b6ef -r c8382f7b54ef emailuis/uicomponents/inc/fstreeitemvisualizerbase.h --- a/emailuis/uicomponents/inc/fstreeitemvisualizerbase.h Tue Sep 14 20:48:24 2010 +0300 +++ b/emailuis/uicomponents/inc/fstreeitemvisualizerbase.h Wed Sep 15 11:52:37 2010 +0300 @@ -20,12 +20,7 @@ #define FSTREEITEMVISUALIZERBASE_H_ #include -// removed __FS_ALFRED_SUPPORT flag -//#include -// removed __FS_ALFRED_SUPPORT flag -// SF #include -// #include "fstreeitemvisualizer.h" #include "fslayoutmanager.h" @@ -313,7 +308,6 @@ */ virtual void SetBackgroundTexture( const CAlfTexture& aTexture ); - // /** * From MFsTreeItemVisualizer. * Sets item background brush. Ownership not transfered. @@ -331,7 +325,6 @@ * @return ETrue if background brush is set, EFalse otherwise. */ virtual TBool GetBackgroundBrush( CAlfBrush*& aBrush ); - // /** * From MFsTreeItemVisualizer. @@ -367,6 +360,8 @@ * @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. @@ -441,7 +436,8 @@ virtual void UpdateL( const MFsTreeItemData& aData, TBool aFocused, const TUint aLevel, - CAlfTexture*& aMarkIcon, + CAlfTexture*& aMarkOnIcon, + CAlfTexture*& aMarkOffIcon, CAlfTexture*& aMenuIcon, const TUint aTimeout = 0, TBool aUpdateData = ETrue); @@ -560,9 +556,7 @@ EFsItemBackgroundNone, EFsItemBackgroundColor, EFsItemBackgroundTexture, - // this feature is waiting for title divider bg graphics EFsItemBackgroundBrush - // }; protected: