textinput/peninputfingerhwrar/inc/peninputfingerhwrardatastore.h
branchRCL_3
changeset 19 ac7e4d1d9209
parent 12 5e18d8c489d6
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
   135      * @since Symbian TB9.2
   135      * @since Symbian TB9.2
   136      * @return Primary range.
   136      * @return Primary range.
   137      */
   137      */
   138     TInt PrimaryRange();
   138     TInt PrimaryRange();
   139     
   139     
   140     /**
       
   141      * Get current range
       
   142      *
       
   143      * @since Symbian TB9.2
       
   144      * @return Current range.
       
   145      */   
       
   146     TFingerHwrRange CurrentRange();
       
   147     
       
   148      
   140      
   149     /**
   141     /**
   150      * Set case
   142      * Set case
   151      *
   143      *
   152      * @since Symbian TB9.2
   144      * @since Symbian TB9.2
   454      * Permitted ranges
   446      * Permitted ranges
   455      */
   447      */
   456     RArray<TInt> iPermittedRanges;
   448     RArray<TInt> iPermittedRanges;
   457     
   449     
   458     /**
   450     /**
   459      * Current range
       
   460      */
       
   461     TFingerHwrRange iCurrentRange;
       
   462     
       
   463     /**
       
   464      * Permitted range in int format
   451      * Permitted range in int format
   465      */
   452      */
   466     TInt iIntRange;
   453     TInt iIntRange;
   467     
   454     
   468     /**
   455     /**