equal
deleted
inserted
replaced
203 |
203 |
204 /** |
204 /** |
205 * Show tooltip of ICF |
205 * Show tooltip of ICF |
206 * |
206 * |
207 * @param aText The text to be displayed in ICF |
207 * @param aText The text to be displayed in ICF |
|
208 * @param aRect The area for displaying tooltip |
208 * @return None |
209 * @return None |
209 */ |
210 */ |
210 IMPORT_C void ShowTooltipL( const TDesC& aText ); |
211 IMPORT_C void ShowTooltipL( const TDesC& aText, |
|
212 const TRect& aRect, |
|
213 TInt aLangCode = ELangTest ); |
211 |
214 |
212 |
215 |
213 /** |
216 /** |
214 * Hide tooltip of ICF |
217 * Hide tooltip of ICF |
215 * |
218 * |
292 |
295 |
293 // Sets dim |
296 // Sets dim |
294 // aDimFlag Dim flag, ETrue for dim |
297 // aDimFlag Dim flag, ETrue for dim |
295 void SetDimmed(TBool aDimFlag); |
298 void SetDimmed(TBool aDimFlag); |
296 |
299 |
297 void SetFontL(TInt aFontHeight, TInt aMaxFontHeight, const CFont* aFont); |
300 void SetFontL(const CFont* aFont); |
298 |
301 |
299 // Set editor focus |
302 // Set editor focus |
300 void SetFocus(TBool aFlag = ETrue); |
303 void SetFocus(TBool aFlag = ETrue); |
301 |
304 |
302 // Set cursor visibility |
305 // Set cursor visibility |
393 IMPORT_C void HideInfoBubble(); |
396 IMPORT_C void HideInfoBubble(); |
394 IMPORT_C void SetMsgBubbleCtrlSize(const TSize& aSize); |
397 IMPORT_C void SetMsgBubbleCtrlSize(const TSize& aSize); |
395 IMPORT_C void SetInfoBubbleCtrlSize(const TSize& aSize); |
398 IMPORT_C void SetInfoBubbleCtrlSize(const TSize& aSize); |
396 |
399 |
397 // For addition of ITI features on FSQ |
400 // For addition of ITI features on FSQ |
398 void ShowTooltipL(const TDesC& aText); |
401 void ShowTooltipL( const TDesC& aText, const TRect& aRect, TInt aLangCode = ELangTest ); |
399 void HideTooltip(); |
402 void HideTooltip(); |
400 /** |
403 /** |
401 * Returen the auto-completion state |
404 * Returen the auto-completion state |
402 * |
405 * |
403 * @return ETrue: AutoCompletion state is On |
406 * @return ETrue: AutoCompletion state is On |
492 |
495 |
493 void BaseConstructL(TInt aFontHeight, |
496 void BaseConstructL(TInt aFontHeight, |
494 TInt aMaxFontHeight, |
497 TInt aMaxFontHeight, |
495 const CFont* aFont); |
498 const CFont* aFont); |
496 |
499 |
497 void InitTextLayoutL(); |
500 void InitTextLayoutL(const CFont *aFont); |
498 |
501 |
499 // set text margin to view rect |
502 // set text margin to view rect |
500 //void SetTextMarginL(); |
503 //void SetTextMarginL(); |
501 |
504 |
502 void RecalcualteTextPositionL(); |
505 void RecalcualteTextPositionL(); |
610 void SetMfneTextL(const TFepInputContextFieldData& aData); |
613 void SetMfneTextL(const TFepInputContextFieldData& aData); |
611 |
614 |
612 void DrawMfneText(); |
615 void DrawMfneText(); |
613 |
616 |
614 void SetMsgBubbleRect(); |
617 void SetMsgBubbleRect(); |
|
618 |
|
619 void SetMsgBubbleRectAccordingToLanguage(); |
|
620 |
615 void SetInfoBubbleRect(); |
621 void SetInfoBubbleRect(); |
616 |
622 |
617 void HideBubbleTemp(); |
623 void HideBubbleTemp(); |
618 |
624 |
619 TBool HighlightOverlapWithBubble( const TRect& aRect ); |
625 TBool HighlightOverlapWithBubble( const TRect& aRect ); |