coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
changeset 29 6a787171e1de
parent 0 2e3d3ce01487
child 46 eea20ed08f4b
equal deleted inserted replaced
28:b0b858956ed5 29:6a787171e1de
   207     * Returns whether FM TX is supported.
   207     * Returns whether FM TX is supported.
   208     *
   208     *
   209     * @since S60 3.2
   209     * @since S60 3.2
   210     * @return ETrue if feature is supported
   210     * @return ETrue if feature is supported
   211     */ 
   211     */ 
   212     TBool FmTxSupported() const;
   212 //    TBool FmTxSupported() const;
   213 
   213 
   214     /**
   214     /**
   215     * Returns whether pen is enabled.
   215     * Returns whether pen is enabled.
   216     *
   216     *
   217     * @since S60 5.0
   217     * @since S60 5.0
   242     * is supported.
   242     * is supported.
   243     *
   243     *
   244     * @since S60 5.1
   244     * @since S60 5.1
   245     * @return ETrue if feature is supported
   245     * @return ETrue if feature is supported
   246     */
   246     */
   247     TBool FmTxRdsTextSupported() const;
   247 //    TBool FmTxRdsTextSupported() const;
   248 
   248 
   249 private:
   249 private:
   250 
   250 
   251     /**
   251     /**
   252     * Constructors
   252     * Constructors
   337     TBool iNoPowerKeySupported;
   337     TBool iNoPowerKeySupported;
   338     
   338     
   339     /**
   339     /**
   340     * FM TX supported status
   340     * FM TX supported status
   341     */
   341     */
   342     TBool iFmTxSupported;
   342 //    TBool iFmTxSupported;
   343     
   343     
   344     /**
   344     /**
   345     * Pen enabled status.
   345     * Pen enabled status.
   346     */
   346     */
   347     TBool iPenEnabled;
   347     TBool iPenEnabled;
   357     TBool iTouchUnlockStrokeSupported;
   357     TBool iTouchUnlockStrokeSupported;
   358     
   358     
   359     /**
   359     /**
   360     * FM TX RDS Text support status.
   360     * FM TX RDS Text support status.
   361     */
   361     */
   362     TBool iFmTxRdsTextSupported;
   362 //    TBool iFmTxRdsTextSupported;
   363 };
   363 };
   364 
   364 
   365 #endif // SYSAPFEATUREMANAGER_H
   365 #endif // SYSAPFEATUREMANAGER_H
   366 
   366 
   367 // End of File
   367 // End of File