inputmethods_pub/ptiengine_iti_api/inc/PtiDefs.h
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   619     EPtiCommandSetCursorCrossedMaxLength,   // sets when cursor crosses max words length in editor
   619     EPtiCommandSetCursorCrossedMaxLength,   // sets when cursor crosses max words length in editor
   620     EPtiCommandResetCursorCrossedMaxLength,
   620     EPtiCommandResetCursorCrossedMaxLength,
   621     EPtiCommandUserActionSetIndexOfActiveCandidate,
   621     EPtiCommandUserActionSetIndexOfActiveCandidate,
   622     EPtiCommandAddWordToUDBWithoutPunctMark,
   622     EPtiCommandAddWordToUDBWithoutPunctMark,
   623     EPtiCommandGetSecondaryCandidate,   
   623     EPtiCommandGetSecondaryCandidate,   
   624     EPtiCommandAutoCompletionOnToOff,        //to signify that autocompletion is set from on to off in between typing  
   624     EPtiCommandAutoCompletionOnToOff        //to signify that autocompletion is set from on to off in between typing  
   625     EPtiCommandSelectElement,                // Add for sogou learn word
       
   626     EPtiCommandCancelSelectElement,          // Add for sogou learn word
       
   627     EPtiCommandSetPinyinForLearnWord,        // Add for sogou learn word
       
   628     EPtiCommandGetCoreID,                    // Add for get the current core id
       
   629     EPtiCommandSetFuzzy,                     // Add to set fuzzy pinyin
       
   630     EPtiCommandAddPhonebookEntry             // Add to learn phone book entry
       
   631     };
   625     };
   632 
   626 
   633 /**
   627 /**
   634 * A convinience class for auto substitution related EPtiCommands. Needed
   628 * A convinience class for auto substitution related EPtiCommands. Needed
   635 * only in core object and framework code.
   629 * only in core object and framework code.