logsui/AppSrc/CLogsRecentListView.h
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   225         *   Helper function to check wether view deactivated operation may be
   225         *   Helper function to check wether view deactivated operation may be
   226         *   ignored to aviod the list flicking, see EJZO-7RJB3V
   226         *   ignored to aviod the list flicking, see EJZO-7RJB3V
   227         */
   227         */
   228         TBool IgnoreViewDeactivatedOperation();
   228         TBool IgnoreViewDeactivatedOperation();
   229     
   229     
   230         /**
       
   231          * Early detection of view activation.
       
   232          * Overrides the baseclass implementation calls CAknView::ViewActivatedL().
       
   233          */
       
   234         void ViewActivatedL(const TVwsViewId& aPrevViewId,TUid aCustomMessageId,const TDesC8& aCustomMessage);
       
   235     
   230     
   236     private:    // Data
   231     private:    // Data
   237         /// Own: view's control container
   232         /// Own: view's control container
   238         CLogsRecentListControlContainer* iContainer;
   233         CLogsRecentListControlContainer* iContainer;
   239 
   234