diff -r 8592a65ad3fb -r b13141f05c3d emailuis/emailui/inc/ncseditor.h --- a/emailuis/emailui/inc/ncseditor.h Wed Apr 14 15:42:15 2010 +0300 +++ b/emailuis/emailui/inc/ncseditor.h Tue Apr 27 16:20:14 2010 +0300 @@ -115,12 +115,10 @@ // Platform layout changes public: // from CoeControl - - virtual TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType ); - virtual void SetRect( const TRect& aRect ); + TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType ); void ActivateL(); - + public: // from CEikEdwin virtual void SetTextL( const TDesC* aDes ); @@ -149,14 +147,10 @@ void UpdateColors(); - void UpdateGraphics(); - - void DoUpdateGraphicsL(); - TAknTextComponentLayout GetLayout(); - // + void Draw( const TRect& aRect ) const; - // + private: // data TInt iPreviousFontHeight; @@ -169,9 +163,6 @@ // Header fields have different backgrounds than message field. TBool iHeaderField; - // background control context. Owned. - CAknsBasicBackgroundControlContext* iBgContext; - // Custom drawer. Not owned. CNcsCustomDraw* iCustomDrawer;