inputmethods_plat/pen_input_server_api/inc/peninputcmdparam.h
branchRCL_3
changeset 21 ecbabf52600f
parent 20 ebd48d2de13c
equal deleted inserted replaced
20:ebd48d2de13c 21:ecbabf52600f
   131 /**
   131 /**
   132  * ITI candidate list data
   132  * ITI candidate list data
   133  */
   133  */
   134 struct TFepITICandidateList
   134 struct TFepITICandidateList
   135     {
   135     {
   136     CDesCArray* iItemArray;
   136 	union
       
   137 		{
       
   138 		CDesCArray* iItemArray;
       
   139 		const RArray<TPtrC>* iItemArray2;
       
   140 		};
   137     TInt iActiveIndex;
   141     TInt iActiveIndex;
       
   142     TInt iLangCode;
   138     };
   143     };
   139 
   144 
   140 class CPtiEngine;
   145 class CPtiEngine;
   141 class CCoeControl;
   146 class CCoeControl;
   142 struct TPeninputLayoutData
   147 struct TPeninputLayoutData
   148 	{
   153 	{
   149     TInt iSymbol1;
   154     TInt iSymbol1;
   150     TInt iSymbol2;
   155     TInt iSymbol2;
   151 	TInt iSymbol3;
   156 	TInt iSymbol3;
   152 	};
   157 	};
       
   158 	
       
   159 struct TFepSpellICFDisplayContent
       
   160 	{
       
   161 	TInt iCurPos;
       
   162 	TPtrC iICFText;
       
   163 	TPtrC iPromptText;
       
   164 	};
   153 #endif
   165 #endif