00001 /* 00002 * ============================================================================== 00003 * Name : AknInternalIconUtils.h 00004 * Part of : AknIcon 00005 * Interface : AknIcon 00006 * Description : Utility functions related to scalable icons. 00007 * 00008 * Version : 1 00009 * 00010 * Copyright (c) 2002 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. All rights are reserved. Copying, 00014 * including reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia Corporation. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia Corporation. 00019 * ============================================================================== 00020 */ 00021 00022 00023 #ifndef AKN_INTERNAL_ICON_UTILS_H 00024 #define AKN_INTERNAL_ICON_UTILS_H 00025 00026 class AknInternalIconUtils 00027 { 00028 public: 00029 //Set an app flag on if AknIcon 00030 IMPORT_C static void SetAppIcon(CFbsBitmap* aBmp); 00031 //not exported 00032 static TBool IsAknBitmap( const CFbsBitmap* aBitmap ); 00033 }; 00034 #endif