contentstorage/caclient/s60/inc/cabitmapadapter.h
changeset 109 e0aa398e6810
parent 83 156f692b1687
equal deleted inserted replaced
104:9b022b1f357c 109:e0aa398e6810
    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.