textinput/peninputsplitqwerty/inc/peninputsplitqwertylayout.h
branchRCL_3
changeset 19 ac7e4d1d9209
parent 3 f5a1e66df979
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
   111      * @since since S60 v5.0
   111      * @since since S60 v5.0
   112      * @return None
   112      * @return None
   113      */
   113      */
   114     virtual ~CPeninputSplitQwertyLayout();
   114     virtual ~CPeninputSplitQwertyLayout();
   115 
   115 
       
   116     /**
       
   117      * Check if  ITI is enabled.
       
   118      *
       
   119      * @return ETrue if ITI is enabled.
       
   120      */
       
   121     inline TBool IsEnableITI() const;
       
   122     
   116 public: // From base class CPeninputCommonLayout
   123 public: // From base class CPeninputCommonLayout
   117 
   124 
   118     /**
   125     /**
   119      * From CPeninputCommonLayout
   126      * From CPeninputCommonLayout
   120      * Handle layout command event
   127      * Handle layout command event
   275      * Indicate if ITI is enabled.
   282      * Indicate if ITI is enabled.
   276      */
   283      */
   277     TBool iITIEnabled;
   284     TBool iITIEnabled;
   278     };
   285     };
   279 
   286 
       
   287 /**
       
   288 * Check if  ITI is enabled.
       
   289 */ 
       
   290 inline TBool CPeninputSplitQwertyLayout::IsEnableITI() const
       
   291     {
       
   292     return iITIEnabled;
       
   293     }
   280 
   294 
   281 #endif // C_PENINPUTSPLITQWERTYLAYOUT_H
   295 #endif // C_PENINPUTSPLITQWERTYLAYOUT_H