idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/inc/xntexteditoradapter.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 9 f966699dea19
child 12 9674c1a575e9
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
   157     TBool                   iReleaseFont;
   157     TBool                   iReleaseFont;
   158     /** Max line amount */
   158     /** Max line amount */
   159     TInt                    iMaxLines; 
   159     TInt                    iMaxLines; 
   160     /** Flag to indicate whether focus loss is refused */
   160     /** Flag to indicate whether focus loss is refused */
   161     TBool                   iRefusesFocusLoss;
   161     TBool                   iRefusesFocusLoss;
   162     /** Flag to indicate is partial input supported*/
   162     /** Split input states*/
   163     TBool                   iPartialInputEnabled;
   163     TInt                    iSplitInputState;
   164     /** Flag to indicate is partial input open*/
       
   165     TBool                   iPartialInputOpen;
       
   166     /** Flag to indicate whether split input should be remove or not*/
       
   167     TBool                   iRemoveSplitInputFromStack;
       
   168     };
   164     };
   169 
   165 
   170 #endif      // _XNTEXTEDITORADAPTER_H
   166 #endif      // _XNTEXTEDITORADAPTER_H
   171             
   167             
   172 // End of File
   168 // End of File