classicui_pub/hierarchical_lists_api/inc/akntreelist.h
branchRCL_3
changeset 25 941195f2d488
parent 23 3d340a0166ff
equal deleted inserted replaced
23:3d340a0166ff 25:941195f2d488
    22 
    22 
    23 #include <AknControl.h>
    23 #include <AknControl.h>
    24 #include <w32std.h>
    24 #include <w32std.h>
    25 #include <akntreelistobserver.h>
    25 #include <akntreelistobserver.h>
    26 #include <AknIconUtils.h> // TScaleMode
    26 #include <AknIconUtils.h> // TScaleMode
    27 #include <aknmarkingmodeobserver.h>
       
    28 
    27 
    29 class CAknTree;
    28 class CAknTree;
    30 class CAknTreeListView;
    29 class CAknTreeListView;
    31 class MAknCustomTreeOrdering;
    30 class MAknCustomTreeOrdering;
    32 class TAknsItemID;
    31 class TAknsItemID;
       
    32 class MAknMarkingModeObserver;
    33 
    33 
    34 /** Flag to indicate that hierarchical list is looping. */
    34 /** Flag to indicate that hierarchical list is looping. */
    35 const TUint32 KAknTreeListLooping = 0x0001;
    35 const TUint32 KAknTreeListLooping = 0x0001;
    36 
    36 
    37 /** Flag to indicate that hierarchical list structure lines are not visible. */
    37 /** Flag to indicate that hierarchical list structure lines are not visible. */
  1152      */
  1152      */
  1153     TInt iIndex;
  1153     TInt iIndex;
  1154 
  1154 
  1155     /**
  1155     /**
  1156      * Marking mode observer
  1156      * Marking mode observer
       
  1157      * Not own
  1157      */
  1158      */
  1158     MAknMarkingModeObserver* iMarkingModeObserver; 
  1159     MAknMarkingModeObserver* iMarkingModeObserver; 
  1159     };
  1160     };
  1160 
  1161 
  1161 
  1162