contentstorage/caclient/s60/inc/cabitmapadapter.h
changeset 96 5d243a69bdda
parent 92 782e3408c2ab
child 107 b34d53f6acdf
equal deleted inserted replaced
95:c739008478cc 96:5d243a69bdda
    41      * @return copied bitmap.
    41      * @return copied bitmap.
    42      */
    42      */
    43     static CFbsBitmap *copyBitmapLC(CFbsBitmap *input);
    43     static CFbsBitmap *copyBitmapLC(CFbsBitmap *input);
    44     
    44     
    45     /**
    45     /**
    46      * Convert bitmap
       
    47      * @param input bitmap.
       
    48      * @return qPixmap.
       
    49      */
       
    50     static QPixmap fromSymbianCFbsBitmap(CFbsBitmap *aBitmap);
       
    51     
       
    52     /**
       
    53      * Convert from bitmap and mask to qpixmap
    46      * Convert from bitmap and mask to qpixmap
    54      * @param input bitmap.
    47      * @param input bitmap.
    55      * @param pixmap to prepare.
    48      * @param pixmap to prepare.
    56      * @return void.
    49      * @return void.
    57      */
    50      */