contentstorage/caclient/s60/inc/cabitmapadapter.h
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description:
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef BITMAPADAPTER_H
       
    19 #define BITMAPADAPTER_H
       
    20 
       
    21 // INCLUDES
       
    22 
       
    23 // CLASS DECLARATION
       
    24 #include <QList>
       
    25 
       
    26 class CFbsBitmap;
       
    27 
       
    28 /**
       
    29  *  CaBitmapAdapter
       
    30  *
       
    31  */
       
    32 class CaBitmapAdapter
       
    33 {
       
    34 public:
       
    35     
       
    36     /**
       
    37      * Convert from bitmap and mask to qpixmap
       
    38      * @param input bitmap.
       
    39      * @param pixmap to prepare.
       
    40      * @return void.
       
    41      */
       
    42     static void fromBitmapAndMaskToPixmapL(CFbsBitmap* fbsBitmap, CFbsBitmap* fbsMask, QPixmap& pixmap);
       
    43 
       
    44 };
       
    45 
       
    46 #endif // BITMAPADAPTER_H