idlehomescreen/inc/xnappuiadapter.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
    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;
       
    44 
    43 
    45 // Class declaration
    44 // Class declaration
    46 /**
    45 /**
    47  * Avkon adapter for Xuikon.
    46  * Avkon adapter for Xuikon.
    48  *
    47  *
   316      *
   315      *
   317      * @since S60 5.0     
   316      * @since S60 5.0     
   318      */
   317      */
   319     void ShowFocus();
   318     void ShowFocus();
   320 
   319 
   321     /**
       
   322      * View switcher helper.
       
   323      *
       
   324      * @since S60 5.0     
       
   325      */
       
   326     CXnViewSwitcher* ViewSwitcher();
       
   327     
       
   328 private:
   320 private:
   329     // Data
   321     // Data
   330 
   322 
   331     /**
   323     /**
   332      * flag for application exit
   324      * flag for application exit
   347     /**
   339     /**
   348      * Proxy to UiEngine.
   340      * Proxy to UiEngine.
   349      * Own.
   341      * Own.
   350      */
   342      */
   351     TXnUiEngineAppIf* iUiEngineAppIf;
   343     TXnUiEngineAppIf* iUiEngineAppIf;
   352     
       
   353     /**
       
   354      * View switcher scrolls view when finger follow is used.
       
   355      * Own.
       
   356      */    
       
   357     CXnViewSwitcher* iViewSwitcher;    
       
   358     };
   344     };
   359 
   345 
   360 #endif
   346 #endif
   361 
   347 
   362 // End of file
   348 // End of file