idlehomescreen/inc/xnappuiadapter.h
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
equal deleted inserted replaced
34:5456b4e8b3a8 35:3321d3e205b6
    38 class CXnViewAdapter;
    38 class CXnViewAdapter;
    39 class MHsContentControlUi;
    39 class MHsContentControlUi;
    40 class CXnEffectManager;
    40 class CXnEffectManager;
    41 class MHsContentControl;
    41 class MHsContentControl;
    42 class CXnItemActivator;
    42 class CXnItemActivator;
       
    43 class CXnViewSwitcher;
    43 
    44 
    44 // Class declaration
    45 // Class declaration
    45 /**
    46 /**
    46  * Avkon adapter for Xuikon.
    47  * Avkon adapter for Xuikon.
    47  *
    48  *
   315      *
   316      *
   316      * @since S60 5.0     
   317      * @since S60 5.0     
   317      */
   318      */
   318     void ShowFocus();
   319     void ShowFocus();
   319 
   320 
       
   321     /**
       
   322      * View switcher helper.
       
   323      *
       
   324      * @since S60 5.0     
       
   325      */
       
   326     CXnViewSwitcher* ViewSwitcher();
       
   327     
   320 private:
   328 private:
   321     // Data
   329     // Data
   322 
   330 
   323     /**
   331     /**
   324      * flag for application exit
   332      * flag for application exit
   339     /**
   347     /**
   340      * Proxy to UiEngine.
   348      * Proxy to UiEngine.
   341      * Own.
   349      * Own.
   342      */
   350      */
   343     TXnUiEngineAppIf* iUiEngineAppIf;
   351     TXnUiEngineAppIf* iUiEngineAppIf;
       
   352     
       
   353     /**
       
   354      * View switcher scrolls view when finger follow is used.
       
   355      * Own.
       
   356      */    
       
   357     CXnViewSwitcher* iViewSwitcher;    
   344     };
   358     };
   345 
   359 
   346 #endif
   360 #endif
   347 
   361 
   348 // End of file
   362 // End of file