emailuis/emailui/inc/ncsheadercontainer.h
branchRCL_3
changeset 14 b13141f05c3d
parent 13 8592a65ad3fb
equal deleted inserted replaced
13:8592a65ad3fb 14:b13141f05c3d
   353      * 
   353      * 
   354      * @param aShow ETrue - shows, EFalse - hides cursor.
   354      * @param aShow ETrue - shows, EFalse - hides cursor.
   355      */
   355      */
   356     void ShowCursor( TBool aShow, TDrawNow aDrawNow = ENoDrawNow );
   356     void ShowCursor( TBool aShow, TDrawNow aDrawNow = ENoDrawNow );
   357 
   357 
   358     void DoScrollL();
   358     void DoScroll();
       
   359     
       
   360     void SetPhysicsEmulationOngoing( TBool aPhysOngoing );
       
   361     
   359 private: // Function members
   362 private: // Function members
   360 
   363 
   361 	void FocusChanged(TDrawNow aDrawNow);
   364 	void FocusChanged(TDrawNow aDrawNow);
   362 
   365 
   363 	void UpdatePopupContactListL( const TDesC& aMatchString, TBool aListAll );
   366 	void UpdatePopupContactListL( const TDesC& aMatchString, TBool aListAll );
   438 	CFSMailBox& iMailBox;
   441 	CFSMailBox& iMailBox;
   439 	
   442 	
   440     //flag which disables changes of MSK label if any popup dialog is open
   443     //flag which disables changes of MSK label if any popup dialog is open
   441     TBool iSwitchChangeMskOff;
   444     TBool iSwitchChangeMskOff;
   442 
   445 
   443     CAknsBasicBackgroundControlContext* iBgContext;
       
   444     
       
   445     TBool iLongTapEventConsumed;
   446     TBool iLongTapEventConsumed;
   446     TBool iRALInProgress;
   447     TBool iRALInProgress;
   447     
   448     
   448     // Currently focused control
   449     // Currently focused control
   449     CCoeControl* iFocused;
   450     CCoeControl* iFocused;