taskswitcher/contextengine/tsfswserver/engine/inc/tsfswengine.h
branchRCL_3
changeset 18 d05a55b217df
parent 17 b8fae6b8a148
child 19 79311d856354
equal deleted inserted replaced
17:b8fae6b8a148 18:d05a55b217df
   103      *
   103      *
   104      * @param   aType   @see CTsFswClient::TTsFswFgAppType
   104      * @param   aType   @see CTsFswClient::TTsFswFgAppType
   105      */
   105      */
   106     IMPORT_C TUid ForegroundAppUidL( TInt aType );
   106     IMPORT_C TUid ForegroundAppUidL( TInt aType );
   107 
   107 
       
   108 public:
   108     /**
   109     /**
   109      * Callback for rotation completion. Takes ownership of a given
   110      * Callback for rotation completion. Takes ownership of a given
   110      * bitmap.
   111      * bitmap.
   111      */
   112      */
   112     void RotationComplete( TInt aWgId, 
   113     void RotationComplete( TInt aWgId, 
   164      * Finds out the app uid for the given window group id.
   165      * Finds out the app uid for the given window group id.
   165      * @param   aWgId   a valid window group id
   166      * @param   aWgId   a valid window group id
   166      * @return  application uid
   167      * @return  application uid
   167      */
   168      */
   168     TUid AppUidForWgIdL( TInt aWgId );
   169     TUid AppUidForWgIdL( TInt aWgId );
   169 
       
   170     /**
       
   171      * Finds out the application name.
       
   172      * @param   aWindowName window group name or NULL
       
   173      * @param   aAppUId     application uid
       
   174      * @param   aWgId       window group id
       
   175      * @return  application name, ownership transferred to caller
       
   176      */
       
   177     HBufC* FindAppNameLC( CApaWindowGroupName* aWindowName,
       
   178             const TUid& aAppUid,
       
   179             TInt aWgId );
       
   180 
   170 
   181     /**
   171     /**
   182      * Makes a copy of the bitmap with the given handle.
   172      * Makes a copy of the bitmap with the given handle.
   183      * @param   aFbsHandle          bitmap handle
   173      * @param   aFbsHandle          bitmap handle
   184      * @param   aKeepAspectRatio    if true then aspect ratio is kept
   174      * @param   aKeepAspectRatio    if true then aspect ratio is kept