taskswitcher/contextengine/tsfswpreviewprovider/inc/tspreviewobserver.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 4 4d54b72983ae
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
    49      * related to aWgId (for example a copied bitmap) since the application is
    49      * related to aWgId (for example a copied bitmap) since the application is
    50      * no more running.
    50      * no more running.
    51      *
    51      *
    52      * @param aWgId Window group id of the application.
    52      * @param aWgId Window group id of the application.
    53      */         
    53      */         
    54     virtual void HandleFswPpApplicationUnregistered( TInt aWgId ) = 0;    
    54     virtual void HandleFswPpApplicationUnregistered( TInt aWgId ) = 0;
       
    55     
       
    56     /**
       
    57      * Called when screenshot for the application needs rotation. Client should
       
    58      * rotate bitmap for the given aWgId by 90 degrees, otherwise it will be
       
    59      * displayed incorrectly.
       
    60      * 
       
    61      * @param aWgId Window group id of the application
       
    62      * @param aClockwise marks direction of the rotation (ETrue - clockwise, EFalse - counter clockwise)
       
    63      */
       
    64     virtual void HandleFswPpApplicationBitmapRotation( TInt aWgId, TBool aClockwise ) = 0;
    55     };
    65     };
    56 
    66 
    57 #endif // TSPREVIEWOBSERVER_H
    67 #endif // TSPREVIEWOBSERVER_H
    58 
    68 
    59 // End of file
    69 // End of file