textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutvkb.h
branchRCL_3
changeset 8 4eb1ae11334f
parent 5 a47de9135b21
child 12 5e18d8c489d6
equal deleted inserted replaced
7:6defe5d1bd39 8:4eb1ae11334f
   557      *
   557      *
   558      * @since S60 V4.0          
   558      * @since S60 V4.0          
   559      * @param aIcon shift icon
   559      * @param aIcon shift icon
   560      */ 	
   560      */ 	
   561 	IMPORT_C void SetShiftIcon( CPenInputColorIcon* aIcon );
   561 	IMPORT_C void SetShiftIcon( CPenInputColorIcon* aIcon );
       
   562 	IMPORT_C void SetStarIcon( CPenInputColorIcon* aIcon );
   562 	inline CPenInputColorIcon* ShiftIcon();
   563 	inline CPenInputColorIcon* ShiftIcon();
       
   564 	inline CPenInputColorIcon* StarIcon();
   563     
   565     
   564 	/**
   566 	/**
   565 	 * Install preview bubble renderer
   567 	 * Install preview bubble renderer
   566 	 * 
   568 	 * 
   567 	 * @param aRenderer Preview bubble renderer. 
   569 	 * @param aRenderer Preview bubble renderer. 
   862 	
   864 	
   863 	/**
   865 	/**
   864      * The shift icon showing on the key
   866      * The shift icon showing on the key
   865      */      
   867      */      
   866     CPenInputColorIcon* iShiftIcon;
   868     CPenInputColorIcon* iShiftIcon;
       
   869     
       
   870 	/**
       
   871      * The star icon showing on the key
       
   872      */      
       
   873     CPenInputColorIcon* iStarIcon;
       
   874     
   867     MPeninputVkbPreviewBubbleRenderer* iPreviewBubbleRenderer;
   875     MPeninputVkbPreviewBubbleRenderer* iPreviewBubbleRenderer;
   868 friend class CVirtualKeyCtrl;
   876 friend class CVirtualKeyCtrl;
   869 friend class CVirtualRawKeyCtrl;
   877 friend class CVirtualRawKeyCtrl;
   870 //friend class CVirtualKey;    
   878 //friend class CVirtualKey;    
   871     };
   879     };