contentstorage/caclient/s60/inc/cabitmapadapter.h
changeset 107 b34d53f6acdf
parent 96 5d243a69bdda
equal deleted inserted replaced
106:e78d6e055a5b 107:b34d53f6acdf
    30  *
    30  *
    31  */
    31  */
    32 class CaBitmapAdapter
    32 class CaBitmapAdapter
    33 {
    33 {
    34 public:
    34 public:
    35 
       
    36     //Static convertion methods between Symbian and Qt objects
       
    37 
       
    38     /**
       
    39      * Make bitmap copy, used to get rid of compression for extended bitmap
       
    40      * @param input input bitmap.
       
    41      * @return copied bitmap.
       
    42      */
       
    43     static CFbsBitmap *copyBitmapLC(CFbsBitmap *input);
       
    44     
    35     
    45     /**
    36     /**
    46      * Convert from bitmap and mask to qpixmap
    37      * Convert from bitmap and mask to qpixmap
    47      * @param input bitmap.
    38      * @param input bitmap.
    48      * @param pixmap to prepare.
    39      * @param pixmap to prepare.