clock2/clockui/adtupdater/inc/adtupdaterappui.h
branchRCL_3
changeset 78 356f28cd5ca0
parent 0 f979ecb2b13e
child 86 ed599363c2d7
equal deleted inserted replaced
74:97232defd20e 78:356f28cd5ca0
    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
       
    73 		 * @return ETrue if the application is in background and EFalse if it is in foreground.
       
    74 		 */
       
    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 		/**
    72 		* @brief Hides the status pane of the application.
    84 		* @brief Hides the status pane of the application.
    73 		* @param aHide ETrue if status pane has to be hidden.
    85 		* @param aHide ETrue if status pane has to be hidden.
    74 		*/
    86 		*/
    75 		void HideStatusPane( TBool aHide );
    87 		void HideStatusPane( TBool aHide );
    76 		
    88 		
    86 		/**
    98 		/**
    87 		* @var iContainer
    99 		* @var iContainer
    88 		* @brief The container object.
   100 		* @brief The container object.
    89 		*/
   101 		*/
    90 		CAdtUpdaterContainer*			iContainer;
   102 		CAdtUpdaterContainer*			iContainer;
       
   103 	
       
   104 	private:
       
   105 		 
       
   106 		/**
       
   107 		 * @var iAdtWgId
       
   108 		 * @brief The id of the application's window group.
       
   109 		 */
       
   110 		TInt iAdtWgId;
       
   111 
    91 	};
   112 	};
    92 
   113 
    93 #endif 		// __ADTUPDATER_APPUI_H__
   114 #endif 		// __ADTUPDATER_APPUI_H__
    94 
   115 
    95 // End of file
   116 // End of file