uifw/AvKon/aknhlist/inc/akntreelistview.h
branchRCL_3
changeset 25 941195f2d488
parent 23 3d340a0166ff
child 55 aecbbf00d063
--- a/uifw/AvKon/aknhlist/inc/akntreelistview.h	Tue May 11 16:27:42 2010 +0300
+++ b/uifw/AvKon/aknhlist/inc/akntreelistview.h	Tue May 25 12:58:19 2010 +0300
@@ -29,7 +29,6 @@
 #include <akntreelistobserver.h>
 #include <akncollection.h>
 #include <aknlongtapdetector.h>
-#include <aknmarkingmodeobserver.h>
 
 #include "akntreeobserver.h"
 #include "akntreelistviewitem.h"
@@ -1113,9 +1112,6 @@
      */
     CAknTreeItem* iPreviouslyFocusedItem;
 
-    TBool iIsPressedDownState;
-    
-    TBool iIsDragged;
     
     /**
      * Physics handler. Used only when physics feature is enabled.
@@ -1123,10 +1119,6 @@
      */
     CAknTreeListPhysicsHandler* iPhysicsHandler;
 
-    /**
-     * ETrue if physics view should be adjusted according to top item.
-     */
-    TBool iScrollPhysicsTop;
 
     /**
     * Pointer to tfx redirect gc for effects
@@ -1150,10 +1142,6 @@
 	*/
 	TInt iBottomIndex;
 	
-	/**
-	 * Whether or not mirrored layout is currently in use.
-	 */
-	TBool iMirroredLayoutInUse;
 	
     /**
      * Remember pointer to bottom item. Use for drawing line seperator only.
@@ -1162,16 +1150,17 @@
      */
 	CAknTreeItem* iBottomItem;	
 
-	/**
-	 * Whether marking mode is activated or not.
-	 */
-	TBool iMarkingMode;
 	
 	/**
 	 * Array for marking mode icons.
 	 * Own.
 	 */
     CAknIconArray* iMarkingIconArray;
+    
+    /**
+     * Ordinal position of window, before stylus menu is opened.
+     */
+    TInt iOldWinPos;
     };
 
 #endif // C_AKNTREELISTVIEW_H