textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicf.cpp
branchRCL_3
changeset 44 ecbabf52600f
parent 43 ebd48d2de13c
equal deleted inserted replaced
43:ebd48d2de13c 44:ecbabf52600f
   133 EXPORT_C void CFepLayoutMultiLineIcf::SetDimmed(TBool aDimFlag)
   133 EXPORT_C void CFepLayoutMultiLineIcf::SetDimmed(TBool aDimFlag)
   134     {
   134     {
   135     iIcfEditor->SetDimmed(aDimFlag);
   135     iIcfEditor->SetDimmed(aDimFlag);
   136     }
   136     }
   137 
   137 
   138 EXPORT_C void CFepLayoutMultiLineIcf::SetFontL(TInt aFontHeight, 
   138 EXPORT_C void CFepLayoutMultiLineIcf::SetFontL(TInt /*aFontHeight*/, 
   139                                                TInt aMaxFontHeight, 
   139                                                TInt /*aMaxFontHeight*/, 
   140                                                const CFont* aFont)
   140                                                const CFont* aFont)
   141     {
   141     {
   142     iIcfEditor->SetFontL(aFontHeight,aMaxFontHeight,aFont);
   142     iIcfEditor->SetFontL(aFont);
   143     }
   143     }
   144 
   144 
   145 EXPORT_C void CFepLayoutMultiLineIcf::SetFocus(TBool aFlag)
   145 EXPORT_C void CFepLayoutMultiLineIcf::SetFocus(TBool aFlag)
   146     {
   146     {
   147     iIcfEditor->SetFocus(aFlag);
   147     iIcfEditor->SetFocus(aFlag);
   445 
   445 
   446 // ---------------------------------------------------------------------------
   446 // ---------------------------------------------------------------------------
   447 // Show tooltip of ICF
   447 // Show tooltip of ICF
   448 // ---------------------------------------------------------------------------
   448 // ---------------------------------------------------------------------------
   449 //
   449 //
   450 EXPORT_C void CFepLayoutMultiLineIcf::ShowTooltipL( const TDesC& aText )
   450 EXPORT_C void CFepLayoutMultiLineIcf::ShowTooltipL( const TDesC& aText,
       
   451 		                                            const TRect& aRect,
       
   452 		                                            TInt aLangCode )
   451     {
   453     {
   452     if ( !iTooltip || !iIcfEditor )
   454     if ( !iTooltip || !iIcfEditor )
   453         {
   455         {
   454         return;
   456         return;
   455         }
   457         }
   456     iIcfEditor->ShowTooltipL( aText );
   458     iIcfEditor->ShowTooltipL( aText, aRect, aLangCode );
   457     }
   459     }
   458 
   460 
   459 // ---------------------------------------------------------------------------
   461 // ---------------------------------------------------------------------------
   460 // Hide tooltip of ICF
   462 // Hide tooltip of ICF
   461 // ---------------------------------------------------------------------------
   463 // ---------------------------------------------------------------------------