emailuis/uicomponents/inc/fstreelist.h
branchRCL_3
changeset 73 c8382f7b54ef
parent 64 3533d4323edc
child 80 726fba06891a
equal deleted inserted replaced
70:968773a0b6ef 73:c8382f7b54ef
    21 
    21 
    22 
    22 
    23 /////SYSTEM INCLUDES
    23 /////SYSTEM INCLUDES
    24 
    24 
    25 //////TOOLKIT INCLUDES
    25 //////TOOLKIT INCLUDES
    26 // <cmail> SF
       
    27 #include <alf/alfcontrol.h>
    26 #include <alf/alfcontrol.h>
    28 // </cmail>
       
    29 
    27 
    30 //////PROJECT INCLUDES
    28 //////PROJECT INCLUDES
    31 //<cmail> removed __FS_ALFRED_SUPPORT flag
       
    32 //#include <fsconfig.h>
       
    33 //</cmail> removed __FS_ALFRED_SUPPORT flag
       
    34 
       
    35 #include "fstreelistconstants.h"
    29 #include "fstreelistconstants.h"
    36 #include "fstreevisualizerbase.h"
    30 #include "fstreevisualizerbase.h"
    37 #include "fstreevisualizerobserver.h"
    31 #include "fstreevisualizerobserver.h"
    38 
    32 
    39 //////TOOLKIT CLASSES
    33 //////TOOLKIT CLASSES
   585     /**
   579     /**
   586     * Returns item visualizer for given item id.
   580     * Returns item visualizer for given item id.
   587     */
   581     */
   588     IMPORT_C CFsTreeList* ItemMenu( TFsTreeItemId aItemId );
   582     IMPORT_C CFsTreeList* ItemMenu( TFsTreeItemId aItemId );
   589 
   583 
       
   584     /**
       
   585      * Sets marking mode on\off
       
   586      * 
       
   587      * @param ETrue if marking mode is set on
       
   588      */
       
   589 
       
   590     IMPORT_C void SetMarkingModeL( const TBool aMarkingMode );
       
   591 
   590 public: // Visualization management
   592 public: // Visualization management
   591 
   593 
   592     /**
   594     /**
   593      * Displays the list.
   595      * Displays the list.
   594      *
   596      *