logsui/AppSrc/CLogsRecentListView.h
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58:d4f567ce2e7c
   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);
   230     
   235     
   231     private:    // Data
   236     private:    // Data
   232         /// Own: view's control container
   237         /// Own: view's control container
   233         CLogsRecentListControlContainer* iContainer;
   238         CLogsRecentListControlContainer* iContainer;
   234 
   239