emailuis/uicomponents/inc/fstreerichitemvisualizer.h
branchRCL_3
changeset 80 726fba06891a
parent 73 c8382f7b54ef
equal deleted inserted replaced
73:c8382f7b54ef 80:726fba06891a
    20 #ifndef C_FSTREERICHITEMVISUALIZER_H
    20 #ifndef C_FSTREERICHITEMVISUALIZER_H
    21 #define C_FSTREERICHITEMVISUALIZER_H
    21 #define C_FSTREERICHITEMVISUALIZER_H
    22 
    22 
    23 
    23 
    24 #include <e32base.h>
    24 #include <e32base.h>
       
    25 //<cmail> removed __FS_ALFRED_SUPPORT flag
       
    26 //#include <fsconfig.h>
       
    27 //</cmail> removed __FS_ALFRED_SUPPORT flag
       
    28 
       
    29 
    25 #include "fstreeitemvisualizerbase.h"
    30 #include "fstreeitemvisualizerbase.h"
    26 
    31 
    27 class CAlfControl;
    32 class CAlfControl;
    28 class CAlfLayout;
    33 class CAlfLayout;
    29 class CAlfTexture;
    34 class CAlfTexture;
   114      * visual content.
   119      * visual content.
   115      */
   120      */
   116     virtual void UpdateL( const MFsTreeItemData& aData,
   121     virtual void UpdateL( const MFsTreeItemData& aData,
   117                         TBool aFocused,
   122                         TBool aFocused,
   118                         const TUint aLevel,
   123                         const TUint aLevel,
   119                         CAlfTexture*& aMarkOnIcon,
   124                         CAlfTexture*& aMarkIcon,
   120                         CAlfTexture*& aMarkOffIcon,
       
   121                         CAlfTexture*& aMenuIcon,
   125                         CAlfTexture*& aMenuIcon,
   122                         const TUint aTimeout = 0,
   126                         const TUint aTimeout = 0,
   123                         TBool aUpdateData = ETrue);
   127                         TBool aUpdateData = ETrue);
   124 
   128 
   125     /**
   129     /**