textinput/peninputsplititut/inc/peninputsplititutlayout.h
branchRCL_3
changeset 56 8152b1f1763a
parent 44 ecbabf52600f
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   307      *
   307      *
   308      * @since S60 v5.0
   308      * @since S60 v5.0
   309      * @return chinese ui mgr
   309      * @return chinese ui mgr
   310      */
   310      */
   311     CSplitItutUiMgrBase* ChineseUiManager();
   311     CSplitItutUiMgrBase* ChineseUiManager();
   312    
   312     
       
   313     /**
       
   314      * Handle show candidate list command
       
   315      *
       
   316      *     
       
   317      * @aData pointer is sent from FEP, point to a TPtrC
       
   318      * @return None
       
   319      */    
       
   320     void HandleShowMatchListCmdL( TUint8* aData );    
       
   321 
       
   322     /**
       
   323      * Read text stored in a block of memory into HBufC
       
   324      *
       
   325      *     
       
   326      * @aData aStartPtr the starting address of a block of memory with a string in it
       
   327      * @aLength The length of the string
       
   328      * @return pointer of a HBufC storing the string in it
       
   329      */ 
       
   330     HBufC* ReadTextInfoHBufCL( TUint16* aStartPtr, TInt aLength );
       
   331     
       
   332     /**
       
   333      * Handle select candidate list item command
       
   334      *
       
   335      *     
       
   336      * @aData pointer is sent from FEP, point to a TPtrC
       
   337      * @return None
       
   338      */    
       
   339     void HandleSelectServerCandItemL( TUint8* aData );
       
   340     
   313 private:
   341 private:
   314     /**
   342     /**
   315      * data manager.
   343      * data manager.
   316      * own
   344      * own
   317      */
   345      */