photosgallery/viewframework/uiutilities/inc/glxuiutility.h
branchRCL_3
changeset 24 ea65f74e6de4
parent 23 b023a8d2866a
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
   255      *  Get Keyguard on/off PSKeyvalue
   255      *  Get Keyguard on/off PSKeyvalue
   256      *  @return 0 keyguard off
   256      *  @return 0 keyguard off
   257      *          1 keyguard on
   257      *          1 keyguard on
   258      */
   258      */
   259     IMPORT_C TInt GetKeyguardStatus();
   259     IMPORT_C TInt GetKeyguardStatus();
       
   260 
       
   261     /**
       
   262      * This method returns the foreground status
       
   263      * @return ETrue if forground; otherwise EFalse.
       
   264      */
       
   265     IMPORT_C TBool GetForegroundStatus();
       
   266 
       
   267     /**
       
   268      * This method will store the foreground status
       
   269      * @param aForeground the foreground status.
       
   270      */
       
   271     IMPORT_C void SetForegroundStatus(TBool aForeground);
   260 
   272 
   261 public: // from class MGlxTvObserver
   273 public: // from class MGlxTvObserver
   262 
   274 
   263     /**
   275     /**
   264      * @ref MGlxTvObserver::HandleTvStatusChangedL
   276      * @ref MGlxTvObserver::HandleTvStatusChangedL
   393 	
   405 	
   394 	//current Toolbar being used
   406 	//current Toolbar being used
   395     CAknToolbar* iToolbar;
   407     CAknToolbar* iToolbar;
   396     CPeriodic* iPeriodic;
   408     CPeriodic* iPeriodic;
   397     CAknLocalScreenClearer* iClearer;
   409     CAknLocalScreenClearer* iClearer;
       
   410 
       
   411     /** The foreground status flag */
       
   412     TBool iIsForeground;
   398     };
   413     };
   399 
   414 
   400 
   415 
   401 #endif // C_GLXALFUTILITY_H
   416 #endif // C_GLXALFUTILITY_H