taskswitcher/contextengine/tsfswserver/engine/inc/tsfswdatalist.h
branchRCL_3
changeset 19 79311d856354
parent 17 b8fae6b8a148
child 23 7be2816dbabd
equal deleted inserted replaced
18:d05a55b217df 19:79311d856354
   121     /**
   121     /**
   122      * Moves entry on given window app/widget id to 
   122      * Moves entry on given window app/widget id to 
   123      * the first position on conten data list
   123      * the first position on conten data list
   124      */
   124      */
   125     void MoveEntryAtStart( TInt aAppId, TBool aWidget );
   125     void MoveEntryAtStart( TInt aAppId, TBool aWidget );
       
   126     
       
   127     /**
       
   128      * If application uid exists in the contained CTsFsAlwaysShownAppList 
       
   129      * @return   ETrue  application uid exists in the list
       
   130      *           EFalse application uid doesn't exist in the list
       
   131      * @param    TInt aWgId the window group application
       
   132      */
       
   133     TBool IsAlwaysShownAppL( TInt aWgId );
       
   134     
       
   135     /**
       
   136      * Finds out the app uid for the given window group id.
       
   137      * @param   aWgId   a valid window group id
       
   138      * @param   aUid   	requested uid
       
   139      * @return  error code
       
   140      */
       
   141     TInt AppUidForWgId( TInt aWgId, TUid& aUid );
       
   142     
       
   143     /**
       
   144      * Finds out the app uid for the given window group id.
       
   145      * @param   aWgId   a valid window group id
       
   146      * @return  application uid
       
   147      */
       
   148     TUid AppUidForWgIdL( TInt aWgId );
   126 
   149 
   127 private:
   150 private:
   128     /**
   151     /**
   129      * Adds running apps to the list.
   152      * Adds running apps to the list.
   130      * @param   aAppsList    array to add to
   153      * @param   aAppsList    array to add to