emailuis/emailui/inc/ncseditor.h
branchRCL_3
changeset 16 b5fbb9b25d57
parent 14 b13141f05c3d
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
   100 	void FormatAllTextNowL();
   100 	void FormatAllTextNowL();
   101 	//<cmail>
   101 	//<cmail>
   102 
   102 
   103 	void UpdateCustomDrawer();
   103 	void UpdateCustomDrawer();
   104 	
   104 	
       
   105 	void SetPhysicsEmulationOngoing( TBool aPhysOngoing );
       
   106 	
       
   107 	TBool IsPhysicsEmulationOngoing() const;
       
   108 	
   105 #ifdef _DEBUG
   109 #ifdef _DEBUG
   106     void DebugDump();
   110     void DebugDump();
   107 #endif
   111 #endif
   108         
   112         
   109     void SetTextColorL( TLogicalRgb aColor );
   113     void SetTextColorL( TLogicalRgb aColor );
   178     // Real screen rectangle
   182     // Real screen rectangle
   179     TRect iRealRect;
   183     TRect iRealRect;
   180 
   184 
   181 	// Caption text for virtual ITU-T
   185 	// Caption text for virtual ITU-T
   182     HBufC*   iCaptionText; 
   186     HBufC*   iCaptionText; 
       
   187     
       
   188     // flag to indicate is there physics based dragging or flicking ongoing
       
   189     TBool iPhysOngoing;
   183     };
   190     };
   184 
   191 
   185 
   192 
   186 #endif
   193 #endif