textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp
branchRCL_3
changeset 50 5a1685599b76
parent 44 ecbabf52600f
child 56 8152b1f1763a
equal deleted inserted replaced
46:bd83ceabce89 50:5a1685599b76
   100 		iForgroundBmpMask = NULL;
   100 		iForgroundBmpMask = NULL;
   101 		}    
   101 		}    
   102 		
   102 		
   103     iForgroundBmp = aBmpId;
   103     iForgroundBmp = aBmpId;
   104     iForgroundBmpMask = aMaskBmpId;
   104     iForgroundBmpMask = aMaskBmpId;
   105     iBgSkinId = aBgSkinId;    
   105     iBgSkinId = aBgSkinId;
       
   106     
       
   107     iNeedRedraw = ETrue;
   106     }
   108     }
   107 
   109 
   108 EXPORT_C void CBubbleCtrl::Popup(const TRect& aRect)
   110 EXPORT_C void CBubbleCtrl::Popup(const TRect& aRect)
   109     {
   111     {
   110     //SetRect(aRect);
   112     //SetRect(aRect);
   274 		
   276 		
   275     iForgroundBmp = aBmpId;
   277     iForgroundBmp = aBmpId;
   276     iForgroundBmpMask = aMaskBmpId;
   278     iForgroundBmpMask = aMaskBmpId;
   277     iFirstBmpId = aFirstBmpId;
   279     iFirstBmpId = aFirstBmpId;
   278     iMiddleBmpId =  aMiddleBmpId;
   280     iMiddleBmpId =  aMiddleBmpId;
   279     iLastBmpId = aLastBmpId;    
   281     iLastBmpId = aLastBmpId;
       
   282     
       
   283     iNeedRedraw = ETrue;    
   280     }
   284     }
   281 
   285 
   282 EXPORT_C void CBubbleCtrl::Close()
   286 EXPORT_C void CBubbleCtrl::Close()
   283     {
   287     {
   284     TRect rect = Rect();
   288     TRect rect = Rect();