taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h
branchRCL_3
changeset 26 1b758917cafc
parent 23 7be2816dbabd
child 28 d721605b30d0
equal deleted inserted replaced
25:137ebc85284b 26:1b758917cafc
   171      * 
   171      * 
   172      * @param  aIgnoreParentChild  if set to ETrue, parent/child relationship
   172      * @param  aIgnoreParentChild  if set to ETrue, parent/child relationship
   173      *                             will be ignored when deteriminig window
   173      *                             will be ignored when deteriminig window
   174      *                             group id
   174      *                             group id
   175      */
   175      */
   176     TInt WgIdOfUnderlyingApp( TBool aIgnoreParentChild );
   176     TInt WgIdOfUnderlyingAppL( TBool aIgnoreParentChild );
   177 
   177 
   178     static TInt GoToBackgroundTimerCallback( TAny* aParam );
   178     static TInt GoToBackgroundTimerCallback( TAny* aParam );
   179     
   179     
   180     /*
   180     /*
   181      * Returns id of top parent window group for embeded window group.
   181      * Returns id of top parent window group for embeded window group.
   189      * @param aChildWg embeded window group id
   189      * @param aChildWg embeded window group id
   190      * @return parent window group id or 0 in case od standlalone 
   190      * @return parent window group id or 0 in case od standlalone 
   191      */
   191      */
   192     TInt GetParentWg( TInt aChildWg );
   192     TInt GetParentWg( TInt aChildWg );
   193 
   193 
       
   194     /*
       
   195      * Returns window group id of camera app if it's lying beneath task
       
   196      * switcher window group.
       
   197      * This method considers also case, when camera window group is hidden.
       
   198      * @return camera's window group id.
       
   199      */
       
   200     TInt CheckForUnderlyingHiddenAppsL();
       
   201 
   194 private:
   202 private:
   195 
   203 
   196     // Taskswitcher application view, owned
   204     // Taskswitcher application view, owned
   197     CTsAppView* iAppView;
   205     CTsAppView* iAppView;
   198     
   206