textinput/peninputfingerhwrar/inc/peninputfingerhwrarsymboltable.h
branchRCL_3
changeset 19 ac7e4d1d9209
parent 12 5e18d8c489d6
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
    98     
    98     
    99 	/**
    99 	/**
   100 	 * sizechanged
   100 	 * sizechanged
   101 	 *
   101 	 *
   102 	 */
   102 	 */
   103 	void SizeChanged(const TRect aVirtualKeypadRect, const RArray<TRect> aBtnRects,
   103 	void SizeChanged(const TRect aVirtualKeypadRect, const RArray<TRect> & aBtnRects,
   104                      const TInt aKeypadRow, const TInt aKeypadCol, TBool aIsLandscape = ETrue);
   104                      const TInt aKeypadRow, const TInt aKeypadCol, TBool aIsLandscape = ETrue);
   105     
   105     
   106 	/**
   106 	/**
   107 	 * Load VKB image
   107 	 * Load VKB image
   108 	 *
   108 	 *
   221      * @param aReloadImages Specifies whether the images is to be reloaded.
   221      * @param aReloadImages Specifies whether the images is to be reloaded.
   222      * @return None
   222      * @return None
   223      */     
   223      */     
   224     void MoveIconButton( CAknFepCtrlEventButton* aButton, const TRect& aRect, 
   224     void MoveIconButton( CAknFepCtrlEventButton* aButton, const TRect& aRect, 
   225             TInt aXPadding=0, TInt aYPadding=0, TBool aReloadImages=ETrue );
   225             TInt aXPadding=0, TInt aYPadding=0, TBool aReloadImages=ETrue );
   226     
       
   227 	/** 
       
   228 	 * create a new virtual key
       
   229 	 *
       
   230 	 */
       
   231 	CVirtualKey* CreateVkbKeyL(TResourceReader& aReader, const TRect aKeyRect);
       
   232 	
       
   233 	/**
       
   234 	 * update the virtal key
       
   235 	 *
       
   236 	 */
       
   237 	void UpdateVkbKeyL( CVirtualKey* aVirtualKey, TResourceReader& aReader, 
       
   238 	                    const TRect aKeyRect );
       
   239     void OnActivate();
       
   240 	
   226 	
   241 	/**
   227 	/**
   242 	 * Show the visible page button
   228 	 * Show the visible page button
   243 	 *
   229 	 *
   244 	 */
   230 	 */