textinput/peninputgenericvkb/inc/peninputgenericvkbwindow.h
branchRCL_3
changeset 38 b1ea1642412e
parent 19 5e18d8c489d6
child 39 ac7e4d1d9209
equal deleted inserted replaced
29:857bebeecec0 38:b1ea1642412e
   574     
   574     
   575     /*
   575     /*
   576     * Retrieve text color from skin for autocompletion part
   576     * Retrieve text color from skin for autocompletion part
   577     */
   577     */
   578     TRgb AutoCompletionPartColor();
   578     TRgb AutoCompletionPartColor();
       
   579     
       
   580     /**
       
   581      * Called when short press occurs on range button.
       
   582      *
       
   583      * @since S60 v3.2
       
   584      * @return None
       
   585      */
       
   586     void HandleRangeButtonShortPress();
   579         
   587         
   580 private: // Data
   588 private: // Data
   581 
   589 
   582     /**
   590     /**
   583      * The vkb extenting control for vkb area
   591      * The vkb extenting control for vkb area
   716     
   724     
   717     /**
   725     /**
   718      * Range labels for range list
   726      * Range labels for range list
   719      */
   727      */
   720     TAllRangeLabels iRangeLabels;
   728     TAllRangeLabels iRangeLabels;
       
   729     
       
   730     /**
       
   731      * Indicates whether range button short press is handled.
       
   732      */
       
   733     TBool iHandleRangeShortPress;
   721 
   734 
   722 private:	
   735 private:	
   723 	CFepLayoutScrollableList* iCandidateList;
   736 	CFepLayoutScrollableList* iCandidateList;
   724 	
   737 	
   725     };
   738     };