--- 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 @@
// </cmail> 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();
- //<cmail>
+
void Draw( const TRect& aRect ) const;
- //</cmail>
+
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;