textinput/peninputgenericitut/inc/peninputgenericitutdatamgr.h
branchRCL_3
changeset 50 5a1685599b76
parent 44 ecbabf52600f
child 56 8152b1f1763a
equal deleted inserted replaced
46:bd83ceabce89 50:5a1685599b76
   143     TMenuItem* GetMenuItem(TInt aCommand); 
   143     TMenuItem* GetMenuItem(TInt aCommand); 
   144     void SetChineseSpellFlag( TBool aFlag );
   144     void SetChineseSpellFlag( TBool aFlag );
   145     
   145     
   146     TBool IsChineseSpellMode();
   146     TBool IsChineseSpellMode();
   147     	
   147     	
       
   148     /**
       
   149      * Get the size of the screen
       
   150      *
       
   151      * @since S60 v5.0
       
   152      * @param none
       
   153      * @return the size of the screen
       
   154      */
       
   155     TRect screenSize();
       
   156     
   148 	TPoint iSelectionTl;
   157 	TPoint iSelectionTl;
   149     TSize iSelectionItemSize;
   158     TSize iSelectionItemSize;
   150     TInt iSelectionItemMargin;
   159     TInt iSelectionItemMargin;
   151     TInt iSelectionHorMargin;
   160     TInt iSelectionHorMargin;
   152     TInt iSelectionVerMargin;
   161     TInt iSelectionVerMargin;
   168 	TInt iIcfTextBottomMarginCn;
   177 	TInt iIcfTextBottomMarginCn;
   169 	TInt iIcfTextLineSpaceMarginCn;
   178 	TInt iIcfTextLineSpaceMarginCn;
   170 	TInt iIcfTextHeightCn;
   179 	TInt iIcfTextHeightCn;
   171 	
   180 	
   172 	TRect iShiftIconRect;
   181 	TRect iShiftIconRect;
       
   182 	
       
   183     /**
       
   184      * The star icon rect
       
   185      */
       
   186 	TRect iStarIconRect;
       
   187 	
   173 	TInt iIcfTextLeftMarginForPrtWest;
   188 	TInt iIcfTextLeftMarginForPrtWest;
   174     TInt iIcfTextRightMarginForPrtWest;
   189     TInt iIcfTextRightMarginForPrtWest;
   175     TInt iIcfTextTopMarginForPrtWest;
   190     TInt iIcfTextTopMarginForPrtWest;
   176     TInt iIcfTextBottomMarginForPrtWest;
   191     TInt iIcfTextBottomMarginForPrtWest;
   177     TInt iIcfTextLineSpaceMarginForPrtWest;
   192     TInt iIcfTextLineSpaceMarginForPrtWest;
   178     TInt iIcfTextHeightForPrtWest;
   193     TInt iIcfTextHeightForPrtWest;
   179     TRect iShiftIconRectForPrtWest;
   194     TRect iShiftIconRectForPrtWest;
   180     TRect iStarIconRectForPrtWest;
   195     TRect iStarIconRectForPrtWest;
       
   196     /**
       
   197      * The star icon rect under number mode 
       
   198      */
       
   199     TRect iStarIconRectInNumModeForPrtWest;
   181     TInt iSpellIcfTextHeightForPrtWest;
   200     TInt iSpellIcfTextHeightForPrtWest;
   182     
   201     
   183 	TInt iSpellIcfTextLeftMarginForPrtWest;
   202 	TInt iSpellIcfTextLeftMarginForPrtWest;
   184     TInt iSpellIcfTextRightMarginForPrtWest;
   203     TInt iSpellIcfTextRightMarginForPrtWest;
   185     TInt iSpellIcfTextTopMarginForPrtWest;
   204     TInt iSpellIcfTextTopMarginForPrtWest;