coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
branchRCL_3
changeset 2 7645e9ce10dc
parent 1 0fdb7f6b0309
child 18 0818dd463d41
equal deleted inserted replaced
1:0fdb7f6b0309 2:7645e9ce10dc
   251     *
   251     *
   252     * @since S60 5.1
   252     * @since S60 5.1
   253     * @return ETrue if feature is supported
   253     * @return ETrue if feature is supported
   254     */
   254     */
   255     TBool FmTxRdsTextSupported() const;
   255     TBool FmTxRdsTextSupported() const;
       
   256     
       
   257     
       
   258     /**
       
   259      * Returns whether a short press of the power key
       
   260      * triggers the keylock
       
   261      * 
       
   262      * @since S60 5.2
       
   263      * @return ETrue if feature is supported 
       
   264      */
       
   265     TBool PowerKeyIsLockKey() const;
   256 
   266 
   257 private:
   267 private:
   258 
   268 
   259     /**
   269     /**
   260     * Constructors
   270     * Constructors
   371     
   381     
   372     /**
   382     /**
   373     * FM TX RDS Text support status.
   383     * FM TX RDS Text support status.
   374     */
   384     */
   375     TBool iFmTxRdsTextSupported;
   385     TBool iFmTxRdsTextSupported;
       
   386     
       
   387     
       
   388     /**
       
   389      * Short press of power key invokes keylock
       
   390      */
       
   391     TBool iPowerKeyIsLockKey;
   376 };
   392 };
   377 
   393 
   378 #endif // SYSAPFEATUREMANAGER_H
   394 #endif // SYSAPFEATUREMANAGER_H
   379 
   395 
   380 // End of File
   396 // End of File