clock2/clockui/adtupdater/inc/adtupdaterappui.h
branchRCL_3
changeset 86 ed599363c2d7
parent 78 356f28cd5ca0
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
    67 		* @param aForeground ETrue if the application needs to be brought to the foreground.
    67 		* @param aForeground ETrue if the application needs to be brought to the foreground.
    68 		*/
    68 		*/
    69 		void ToggleAppViewL( TBool aForeground );
    69 		void ToggleAppViewL( TBool aForeground );
    70 		
    70 		
    71 		/**
    71 		/**
    72 		 * @brief Checks whether adtupdater app is in background by window group id
    72 		 * @brief Checks whether app is in background by window group id
    73 		 * @return ETrue if the application is in background and EFalse if it is in foreground.
    73 		 * @return ETrue if the application is in background and EFalse if it is in foreground.
    74 		 */
    74 		 */ 
    75 		TBool IsAppInBackground();
    75 		TBool IsAppInBackground();
    76 		
       
    77 		/**
       
    78 		 * @brief Checks whether any high priority window like call is active.
       
    79 		 * @return ETrue if the high priority window is active and EFalse otherwise.
       
    80 		 */
       
    81 		TBool IsHighPriorityWindowActive();
       
    82 		
       
    83 		/**
    76 		/**
    84 		* @brief Hides the status pane of the application.
    77 		* @brief Hides the status pane of the application.
    85 		* @param aHide ETrue if status pane has to be hidden.
    78 		* @param aHide ETrue if status pane has to be hidden.
    86 		*/
    79 		*/
    87 		void HideStatusPane( TBool aHide );
    80 		void HideStatusPane( TBool aHide );
    98 		/**
    91 		/**
    99 		* @var iContainer
    92 		* @var iContainer
   100 		* @brief The container object.
    93 		* @brief The container object.
   101 		*/
    94 		*/
   102 		CAdtUpdaterContainer*			iContainer;
    95 		CAdtUpdaterContainer*			iContainer;
   103 	
       
   104 	private:
    96 	private:
       
    97 		 // the id of the application's window group
   105 		 
    98 		 
   106 		/**
       
   107 		 * @var iAdtWgId
       
   108 		 * @brief The id of the application's window group.
       
   109 		 */
       
   110 		TInt iAdtWgId;
    99 		TInt iAdtWgId;
   111 
   100 
   112 	};
   101 	};
   113 
   102 
   114 #endif 		// __ADTUPDATER_APPUI_H__
   103 #endif 		// __ADTUPDATER_APPUI_H__