taskswitcher/contextengine/tsfswserver/engine/inc/tsfswdatalist.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
   146      * Returns the most top parent's wg id or KErrNotFound.
   146      * Returns the most top parent's wg id or KErrNotFound.
   147      * @param   aWgId   a valid window group id
   147      * @param   aWgId   a valid window group id
   148      * @return parent wg id or KErrNotFound if there is no parent
   148      * @return parent wg id or KErrNotFound if there is no parent
   149      */
   149      */
   150     TInt FindMostTopParentWgId( TInt aWgId );
   150     TInt FindMostTopParentWgId( TInt aWgId );
   151     
   151 
   152     /**
   152     /**
   153      * Remove all screenshots from hidden apps, they are not used.
   153      * Checks whether window group id was used by contained data.
   154      */
   154      */
   155     void RemoveHiddenAppsScrenshotsL();
   155     TBool CheckForWgIdUsage( TInt aWgId );
   156     
   156     
   157 private:
   157 private:
   158     /**
   158     /**
   159      * Adds running apps to the list.
   159      * Adds running apps to the list.
   160      * @param   aAppsList    array to add to
   160      * @param   aAppsList    array to add to