fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepPredictiveSettingData.h
branchRCL_3
changeset 12 4eb1ae11334f
parent 0 eb1f2e154e89
child 18 c8fb4cf7b3ae
equal deleted inserted replaced
10:6defe5d1bd39 12:4eb1ae11334f
    32 
    32 
    33 #ifndef __AKN_FEP_PREDICTIVESETTING_DATA_H
    33 #ifndef __AKN_FEP_PREDICTIVESETTING_DATA_H
    34 #define __AKN_FEP_PREDICTIVESETTING_DATA_H
    34 #define __AKN_FEP_PREDICTIVESETTING_DATA_H
    35 
    35 
    36 #include <e32base.h>
    36 #include <e32base.h>
       
    37 #include <ptidefs.h>
    37 
    38 
    38 /**
    39 /**
    39  * Class: 		CAknFepPredictiveSettingData
    40  * Class: 		CAknFepPredictiveSettingData
    40  *
    41  *
    41  * Discussion:	An aggregate class containing data for all editing controls
    42  * Discussion:	An aggregate class containing data for all editing controls
   151     * Discussion:   Trivial accessor function
   152     * Discussion:   Trivial accessor function
   152     *
   153     *
   153     * Returns:      Value of iPhysicalKeyboards member
   154     * Returns:      Value of iPhysicalKeyboards member
   154     */
   155     */
   155     inline TInt& AWCBitmask() {return iAWCBitmask; }
   156     inline TInt& AWCBitmask() {return iAWCBitmask; }
       
   157     
       
   158     TPtiKeyboardType ActiveKeyboardType() const;
       
   159     
       
   160     TPtiKeyboardType OwnerKeyboardType() const;      
       
   161     
   156 private:
   162 private:
   157 	/**
   163 	/**
   158 	* Function:		CAknFepPredictiveSettingData
   164 	* Function:		CAknFepPredictiveSettingData
   159 	*
   165 	*
   160 	* Discussion: 	Hidden, first-stage non-leaving constructor.
   166 	* Discussion: 	Hidden, first-stage non-leaving constructor.