inputmethods_plat/pen_input_server_api/inc/peninputcmdparam.h
branchRCL_3
changeset 9 e6a39382bb9c
parent 7 6defe5d1bd39
child 20 ebd48d2de13c
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
   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