textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicf.cpp
branchRCL_3
changeset 43 ebd48d2de13c
parent 19 5e18d8c489d6
child 44 ecbabf52600f
equal deleted inserted replaced
39:ac7e4d1d9209 43:ebd48d2de13c
   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(aFont);
   142     iIcfEditor->SetFontL(aFontHeight,aMaxFontHeight,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 )
       
   453     {
   451     {
   454     if ( !iTooltip || !iIcfEditor )
   452     if ( !iTooltip || !iIcfEditor )
   455         {
   453         {
   456         return;
   454         return;
   457         }
   455         }
   458     iIcfEditor->ShowTooltipL( aText, aRect, aLangCode );
   456     iIcfEditor->ShowTooltipL( aText );
   459     }
   457     }
   460 
   458 
   461 // ---------------------------------------------------------------------------
   459 // ---------------------------------------------------------------------------
   462 // Hide tooltip of ICF
   460 // Hide tooltip of ICF
   463 // ---------------------------------------------------------------------------
   461 // ---------------------------------------------------------------------------