satui/satplugin/aisatplugininc/caisatengine.h
branchRCL_3
changeset 14 71e7b994dff4
parent 0 ff3b6d0fd310
child 41 594d59766373
equal deleted inserted replaced
11:ba42c4bd84dd 14:71e7b994dff4
     1 /*
     1 /*
     2 * Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   102     void ConstructL();     
   102     void ConstructL();     
   103 
   103 
   104 private: // New functions
   104 private: // New functions
   105 
   105 
   106     /**
   106     /**
   107      * Duplicate a bitmap by copying memory.
       
   108      *
       
   109      * @param aSrcBmp The source bitmap.
       
   110      * @param aDestBmp The destination bitmap.
       
   111      * @return The error code.
       
   112      */
       
   113     TInt DuplicateBitmap( const CFbsBitmap* aDestBmp,
       
   114                           const CFbsBitmap* aSrcBmp );    
       
   115 
       
   116     /**
       
   117      * Loads the Idle Mode icon from SatIcon.
   107      * Loads the Idle Mode icon from SatIcon.
   118      *
   108      *
   119      * @param aIconId The icon record id.
   109      * @param aIconId The icon record id.
   120      * @param aIconQualifier the icon qualifier.
   110      * @param aIconQualifier the icon qualifier.
   121      * @return The Idle Mode icon id in TInt, the caller need to delete
   111      * @return The Idle Mode icon id in TInt, the caller need to delete