textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicf.cpp
branchRCL_3
changeset 3 f5a1e66df979
parent 0 eb1f2e154e89
child 12 5e18d8c489d6
equal deleted inserted replaced
0:eb1f2e154e89 3:f5a1e66df979
   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 )
   451     {
   452     {
   452     if ( !iTooltip || !iIcfEditor )
   453     if ( !iTooltip || !iIcfEditor )
   453         {
   454         {
   454         return;
   455         return;
   455         }
   456         }
   456     iIcfEditor->ShowTooltipL( aText );
   457     iIcfEditor->ShowTooltipL( aText, aRect );
   457     }
   458     }
   458 
   459 
   459 // ---------------------------------------------------------------------------
   460 // ---------------------------------------------------------------------------
   460 // Hide tooltip of ICF
   461 // Hide tooltip of ICF
   461 // ---------------------------------------------------------------------------
   462 // ---------------------------------------------------------------------------