--- a/textinput/peninputgenericitut/inc/peninputgenericitutdatamgr.h Tue Sep 14 21:59:06 2010 +0300
+++ b/textinput/peninputgenericitut/inc/peninputgenericitutdatamgr.h Wed Sep 15 12:34:44 2010 +0300
@@ -145,6 +145,15 @@
TBool IsChineseSpellMode();
+ /**
+ * Get the size of the screen
+ *
+ * @since S60 v5.0
+ * @param none
+ * @return the size of the screen
+ */
+ TRect screenSize();
+
TPoint iSelectionTl;
TSize iSelectionItemSize;
TInt iSelectionItemMargin;
@@ -170,6 +179,12 @@
TInt iIcfTextHeightCn;
TRect iShiftIconRect;
+
+ /**
+ * The star icon rect
+ */
+ TRect iStarIconRect;
+
TInt iIcfTextLeftMarginForPrtWest;
TInt iIcfTextRightMarginForPrtWest;
TInt iIcfTextTopMarginForPrtWest;
@@ -178,6 +193,10 @@
TInt iIcfTextHeightForPrtWest;
TRect iShiftIconRectForPrtWest;
TRect iStarIconRectForPrtWest;
+ /**
+ * The star icon rect under number mode
+ */
+ TRect iStarIconRectInNumModeForPrtWest;
TInt iSpellIcfTextHeightForPrtWest;
TInt iSpellIcfTextLeftMarginForPrtWest;