coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
branchRCL_3
changeset 18 0818dd463d41
parent 2 7645e9ce10dc
child 19 924385140d98
equal deleted inserted replaced
17:5e7d68cc22e0 18:0818dd463d41
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2003-2010 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 CSysApFeatureManager::SlideSupported() const;
   188     TBool 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 
   267 private:
   275 private:
   268 
   276 
   269     /**
   277     /**
   270     * Constructors
   278     * Constructors
   271     */         
   279     */         
   387     
   395     
   388     /**
   396     /**
   389      * Short press of power key invokes keylock
   397      * Short press of power key invokes keylock
   390      */
   398      */
   391     TBool iPowerKeyIsLockKey;
   399     TBool iPowerKeyIsLockKey;
       
   400 
       
   401     /**
       
   402     * Generic Access Network (GAN) supported status.
       
   403     */ 
       
   404     TBool iGanSupported;
       
   405 
   392 };
   406 };
   393 
   407 
   394 #endif // SYSAPFEATUREMANAGER_H
   408 #endif // SYSAPFEATUREMANAGER_H
   395 
   409 
   396 // End of File
   410 // End of File