equal
deleted
inserted
replaced
58 void SetContainerWindowL(const CCoeControl& aContainer); |
58 void SetContainerWindowL(const CCoeControl& aContainer); |
59 TKeyResponse OfferKeyEventL(const TKeyEvent& aEvent, TEventCode aType); |
59 TKeyResponse OfferKeyEventL(const TKeyEvent& aEvent, TEventCode aType); |
60 void HandleResourceChange( TInt aType ); |
60 void HandleResourceChange( TInt aType ); |
61 TTypeUid::Ptr MopSupplyObject( TTypeUid aId ); |
61 TTypeUid::Ptr MopSupplyObject( TTypeUid aId ); |
62 void SizeChanged(); |
62 void SizeChanged(); |
|
63 TSize MinimumSize(); |
63 |
64 |
64 private: |
65 private: |
65 |
66 |
66 CESMRResponseDialogView(); |
67 CESMRResponseDialogView(); |
67 void ConstructL(); |
68 void ConstructL(); |
|
69 void SetFontL( const CFont* aFont ); |
|
70 |
68 private: // Data |
71 private: // Data |
69 /// Own: |
72 /// Own: |
70 CEikRichTextEditor* iEditor; |
73 CEikRichTextEditor* iEditor; |
71 /// Own: bg context |
74 /// Own: bg context |
72 CAknsBasicBackgroundControlContext* iBgContext; |
75 CAknsBasicBackgroundControlContext* iBgContext; |