contentstorage/caclient/s60/inc/camenuiconmifutility.h
changeset 115 3ab5c078b490
parent 109 e0aa398e6810
child 117 c63ee96dbe5f
child 121 0b3699f6c654
equal deleted inserted replaced
109:e0aa398e6810 115:3ab5c078b490
     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 MENUICONMIFUTILITY_H
       
    19 #define MENUICONMIFUTILITY_H
       
    20 
       
    21 // INCLUDES
       
    22 
       
    23 // CLASS DECLARATION
       
    24 #include <cadefs.h>
       
    25 
       
    26 /**
       
    27  *  CaMenuIconMifUtility
       
    28  *
       
    29  */
       
    30 class CaMenuIconMifUtility
       
    31 {
       
    32 public:
       
    33     
       
    34     /**
       
    35      * Create pixmap from filename
       
    36      * @param fileName icon filename.
       
    37      * @param icon size.
       
    38      * @param pixmap to fill.
       
    39      * @return void.
       
    40      */
       
    41     static void GetPixmapByFilenameL(TDesC& fileName, const QSize &size,
       
    42             QPixmap& pixmap);
       
    43 };
       
    44 
       
    45 #endif // MENUICONMIFUTILITY_H