messagingappbase/mce/inc/MceMainViewListView.h
branchRCL_3
changeset 28 fbb813aef148
parent 22 52d61119153d
equal deleted inserted replaced
24:e00582ce7ecd 28:fbb813aef148
   163 
   163 
   164         /**
   164         /**
   165         * From MMceMainViewListItemArrayObserver
   165         * From MMceMainViewListItemArrayObserver
   166         */
   166         */
   167         virtual void MceListItemArrayChangedL( );
   167         virtual void MceListItemArrayChangedL( );
       
   168         
       
   169         /**
       
   170          * Called Main view refresh is happening 
       
   171          * and need to know flick is ON\OFF
       
   172          * @return ETrue if flick is ON 
       
   173          * otherwise OFF 
       
   174          */
       
   175         TBool MceListItemArrayFlickEvent();
   168 
   176 
   169     protected:  // Functions from base classes
   177     protected:  // Functions from base classes
   170 
   178 
   171         /**
   179         /**
   172         * From MEikListBoxObserver
   180         * From MEikListBoxObserver
   296         /**
   304         /**
   297          * CMail Changes, it will be True if 
   305          * CMail Changes, it will be True if 
   298          * KFeatureIdFfEmailFramework is enabled
   306          * KFeatureIdFfEmailFramework is enabled
   299          */
   307          */
   300         TBool  iEmailFramework;        
   308         TBool  iEmailFramework;        
       
   309         /**
       
   310          * Flag that shows Flicking status in Main View
       
   311          * ETrue if ON
       
   312          * otherwsie EFalse
       
   313          */
       
   314         TBool                           iFlick; 
   301     };
   315     };
   302 
   316 
   303 #endif
   317 #endif
   304 
   318 
   305 // End of file
   319 // End of file