idlehomescreen/xmluirendering/uiengine/inc/xnviewadapter.h
branchRCL_3
changeset 34 d05a55b217df
parent 16 9674c1a575e9
child 47 7be2816dbabd
equal deleted inserted replaced
30:b8fae6b8a148 34:d05a55b217df
   180      * This is always called from DoActivateL or from CXnViewManager.
   180      * This is always called from DoActivateL or from CXnViewManager.
   181      * 
   181      * 
   182      * @since S60 5.0
   182      * @since S60 5.0
   183      * @param aContainer Container to activate
   183      * @param aContainer Container to activate
   184      * @param aEnterEditState ETrue if activated container should be set to edit state.
   184      * @param aEnterEditState ETrue if activated container should be set to edit state.
       
   185      * @param aForceActivation if ETrue forces deactivation and then activation even if
       
   186      *        the conntainer remains the same 
   185      */
   187      */
   186     void ActivateContainerL( CXnViewData& aContainer, 
   188     void ActivateContainerL( CXnViewData& aContainer, 
   187         TBool aEnterEditState = EFalse );
   189         TBool aEnterEditState = EFalse, TBool aForceActivation = EFalse );
   188 
   190 
   189     /**
   191     /**
   190      * Deactivates the current container from view.      
   192      * Deactivates the current container from view.      
   191      * 
   193      * 
   192      * @since S60 5.0               
   194      * @since S60 5.0