idlehomescreen/inc/xnbitmap.h
branchRCL_3
changeset 26 1b758917cafc
parent 0 f72a12da539e
equal deleted inserted replaced
25:137ebc85284b 26:1b758917cafc
    51     * @param aMask Mask to use
    51     * @param aMask Mask to use
    52     */        
    52     */        
    53     virtual void SetContentBitmaps(CFbsBitmap* aBitmap, CFbsBitmap* aMask) = 0;   
    53     virtual void SetContentBitmaps(CFbsBitmap* aBitmap, CFbsBitmap* aMask) = 0;   
    54 
    54 
    55     /**
    55     /**
       
    56     * Sets content bitmaps from file path.
       
    57     * @since S60 5.2
       
    58     * @param aFilename Bitmap filename.    
       
    59     */            
       
    60     virtual void SetContentBitmaps( TFileName& aFilename ) = 0;
       
    61     
       
    62     /**
    56     * Gets content bitmaps. Ownership is not transferred.
    63     * Gets content bitmaps. Ownership is not transferred.
    57     * @since Series 60 3.1
    64     * @since Series 60 3.1
    58     * @param aBitmap Bitmap to draw
    65     * @param aBitmap Bitmap to draw
    59     * @param aMask Mask to use
    66     * @param aMask Mask to use
    60     */        
    67     */        
    93     * @param aMask Mask to use
   100     * @param aMask Mask to use
    94     */        
   101     */        
    95     void SetContentBitmaps(CFbsBitmap* aBitmap, CFbsBitmap* aMask);   
   102     void SetContentBitmaps(CFbsBitmap* aBitmap, CFbsBitmap* aMask);   
    96 
   103 
    97     /**
   104     /**
       
   105     * Sets content bitmaps from file path.
       
   106     * @since S60 5.2
       
   107     * @param aFilename Bitmap filename.    
       
   108     */            
       
   109     void SetContentBitmaps( TFileName& aFilename );
       
   110     
       
   111     /**
    98     * Gets content bitmaps. Ownership is not transferred.
   112     * Gets content bitmaps. Ownership is not transferred.
    99     * @since Series 60 3.1
   113     * @since Series 60 3.1
   100     * @param aBitmap Bitmap to draw
   114     * @param aBitmap Bitmap to draw
   101     * @param aMask Mask to use
   115     * @param aMask Mask to use
   102     */        
   116     */