equal
deleted
inserted
replaced
21 |
21 |
22 |
22 |
23 /////SYSTEM INCLUDES |
23 /////SYSTEM INCLUDES |
24 |
24 |
25 //////TOOLKIT INCLUDES |
25 //////TOOLKIT INCLUDES |
|
26 // <cmail> SF |
26 #include <alf/alfcontrol.h> |
27 #include <alf/alfcontrol.h> |
|
28 // </cmail> |
27 |
29 |
28 //////PROJECT INCLUDES |
30 //////PROJECT INCLUDES |
|
31 //<cmail> removed __FS_ALFRED_SUPPORT flag |
|
32 //#include <fsconfig.h> |
|
33 //</cmail> removed __FS_ALFRED_SUPPORT flag |
|
34 |
29 #include "fstreelistconstants.h" |
35 #include "fstreelistconstants.h" |
30 #include "fstreevisualizerbase.h" |
36 #include "fstreevisualizerbase.h" |
31 #include "fstreevisualizerobserver.h" |
37 #include "fstreevisualizerobserver.h" |
32 |
38 |
33 //////TOOLKIT CLASSES |
39 //////TOOLKIT CLASSES |
579 /** |
585 /** |
580 * Returns item visualizer for given item id. |
586 * Returns item visualizer for given item id. |
581 */ |
587 */ |
582 IMPORT_C CFsTreeList* ItemMenu( TFsTreeItemId aItemId ); |
588 IMPORT_C CFsTreeList* ItemMenu( TFsTreeItemId aItemId ); |
583 |
589 |
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 |
|
592 public: // Visualization management |
590 public: // Visualization management |
593 |
591 |
594 /** |
592 /** |
595 * Displays the list. |
593 * Displays the list. |
596 * |
594 * |