idlehomescreen/inc/xnappuiadapter.h
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
--- a/idlehomescreen/inc/xnappuiadapter.h	Wed Sep 01 12:32:46 2010 +0100
+++ b/idlehomescreen/inc/xnappuiadapter.h	Tue Sep 14 20:58:58 2010 +0300
@@ -40,6 +40,7 @@
 class CXnEffectManager;
 class MHsContentControl;
 class CXnItemActivator;
+class CXnViewSwitcher;
 
 // Class declaration
 /**
@@ -317,6 +318,13 @@
      */
     void ShowFocus();
 
+    /**
+     * View switcher helper.
+     *
+     * @since S60 5.0     
+     */
+    CXnViewSwitcher* ViewSwitcher();
+    
 private:
     // Data
 
@@ -341,6 +349,12 @@
      * Own.
      */
     TXnUiEngineAppIf* iUiEngineAppIf;
+    
+    /**
+     * View switcher scrolls view when finger follow is used.
+     * Own.
+     */    
+    CXnViewSwitcher* iViewSwitcher;    
     };
 
 #endif