coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
branchRCL_3
changeset 82 4610cd70c542
parent 63 c2c61fdca848
equal deleted inserted replaced
70:739cef680932 82:4610cd70c542
     1 /*
     1 /*
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   183 	* Returns whether SlideSupported is set.
   183 	* Returns whether SlideSupported is set.
   184 	*
   184 	*
   185 	* @since S60 9.2
   185 	* @since S60 9.2
   186 	* @return ETrue if feature is set
   186 	* @return ETrue if feature is set
   187 	*/  
   187 	*/  
   188     TBool SlideSupported() const;
   188     TBool CSysApFeatureManager::SlideSupported() const;
   189     
   189     
   190     /**
   190     /**
   191     * Returns whether Cover Display is supported.
   191     * Returns whether Cover Display is supported.
   192     *
   192     *
   193     * @since S60 3.2
   193     * @since S60 3.2
   262      * @since S60 5.2
   262      * @since S60 5.2
   263      * @return ETrue if feature is supported 
   263      * @return ETrue if feature is supported 
   264      */
   264      */
   265     TBool PowerKeyIsLockKey() const;
   265     TBool PowerKeyIsLockKey() const;
   266 
   266 
   267     /**
       
   268     * Returns whether GAN is supported.
       
   269     *
       
   270     * @since S60 3.2
       
   271     * @return ETrue if feature is supported
       
   272     */
       
   273     TBool GanSupported() const;
       
   274 
       
   275 private:
   267 private:
   276 
   268 
   277     /**
   269     /**
   278     * Constructors
   270     * Constructors
   279     */         
   271     */         
   395     
   387     
   396     /**
   388     /**
   397      * Short press of power key invokes keylock
   389      * Short press of power key invokes keylock
   398      */
   390      */
   399     TBool iPowerKeyIsLockKey;
   391     TBool iPowerKeyIsLockKey;
   400 
       
   401     /**
       
   402     * Generic Access Network (GAN) supported status.
       
   403     */ 
       
   404     TBool iGanSupported;
       
   405 
       
   406 };
   392 };
   407 
   393 
   408 #endif // SYSAPFEATUREMANAGER_H
   394 #endif // SYSAPFEATUREMANAGER_H
   409 
   395 
   410 // End of File
   396 // End of File