textinput/peninputsplitqwerty/inc/peninputsplitqwertylayout.h
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   265      */
   265      */
   266     void HandleVirtualKeyUpL( TInt aEventType, CFepUiBaseCtrl* aCtrl,
   266     void HandleVirtualKeyUpL( TInt aEventType, CFepUiBaseCtrl* aCtrl,
   267                               const TDesC& aEventData );
   267                               const TDesC& aEventData );
   268     
   268     
   269     /**
   269     /**
   270      * Handle virtual key down event
   270      * Handle show candidate list command
   271      * 
   271      *
   272      * @since since S60 v5.0
   272      *     
   273      * @param none
   273      * @aData pointer is sent from FEP, point to a TPtrC
   274      * @return none
   274      * @return None
   275      */
   275      */    
   276     void HandleVirtualKeyDown();
   276     void HandleShowCandidateListCmdL( TUint8* aData );
       
   277     
       
   278     /**
       
   279      * Read text stored in a block of memory into HBufC
       
   280      *
       
   281      *     
       
   282      * @aData aStartPtr the starting address of a block of memory with a string in it
       
   283      * @aLength The length of the string
       
   284      * @return pointer of a HBufC storing the string in it
       
   285      */ 
       
   286     HBufC* ReadTextInfoHBufCL( TUint16* aStartPtr, TInt aLength );  
       
   287     
       
   288     /**
       
   289      * Handle select candidate list item command
       
   290      *
       
   291      *     
       
   292      * @aData pointer is sent from FEP, point to a TPtrC
       
   293      * @return None
       
   294      */    
       
   295     void HandleSelectServerCandItemL( TUint8* aData );    
   277 
   296 
   278 private:
   297 private:
   279 
   298 
   280     /**
   299     /**
   281      * Layout type
   300      * Layout type