tstaskmonitor/utils/inc/tsfswentry.h
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
   111 
   111 
   112     void SetWgId( TInt wgId );
   112     void SetWgId( TInt wgId );
   113     void SetAppUid( const TUid& uid );
   113     void SetAppUid( const TUid& uid );
   114     void SetAppNameL( const TDesC& appName );
   114     void SetAppNameL( const TDesC& appName );
   115     void SetCloseableApp( TBool value );
   115     void SetCloseableApp( TBool value );
   116     TBool SetScreenshotL(const CFbsBitmap* bitmap, UpdatePriority priority);
   116     void SetScreenshotL(const CFbsBitmap* bitmap, UpdatePriority priority);
   117     TBool RemoveScreenshot();
   117     void RemoveScreenshotL();
   118     
   118     
   119     // takes ownership of bitmaps
   119     // takes ownership of bitmaps
   120     void SetAppIcon( CFbsBitmap* aBitmap, CFbsBitmap* aMask );
   120     void SetAppIcon( CFbsBitmap* aBitmap, CFbsBitmap* aMask );
   121     void ExternalizeL( RWriteStream& aStream );
   121     void ExternalizeL( RWriteStream& aStream );
   122     void InternalizeL( RReadStream& aStream );
   122     void InternalizeL( RReadStream& aStream );