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