phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercustomlistboxdata.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 21 b3431bff8c19
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: CCA customized control. Code has been modified to
       
    15 *              suit CCA requirements. See CFormattedCellListBoxData
       
    16 *              in EIKFRLBD.H. 
       
    17 *              Ensure that this piece of code is in sync with Avkon EIKFRLBD.H (CFormattedCellListBoxData)
    15 *
    18 *
    16 */
    19 */
    17 /*
       
    18  * ccappcommlaunchercustomlistboxdata.h
       
    19  *
       
    20  *  Created on: 2009-11-2
       
    21  *      Author: dev
       
    22  */
       
    23 
    20 
    24 #ifndef CCAPPCOMMLAUNCHERCUSTOMLISTBOXDATA_H_
    21 #ifndef CCAPPCOMMLAUNCHERCUSTOMLISTBOXDATA_H_
    25 #define CCAPPCOMMLAUNCHERCUSTOMLISTBOXDATA_H_
    22 #define CCAPPCOMMLAUNCHERCUSTOMLISTBOXDATA_H_
    26 
    23 
    27 #include <e32base.h>
    24 #include <e32base.h>
    28 #include <gdi.h>
    25 #include <gdi.h>
    29 
    26 
    30 #include <eiklbd.h>
    27 #include <eiklbd.h>
    31 #include <eikfrlb.h>
    28 #include <eikfrlb.h>
    32 #include <avkon.hrh>
    29 #include <avkon.hrh>
    33 #include <aknsdrawutils.h> // for TAknsQsnTextColorsIndex
    30 #include <AknsDrawUtils.h> // for TAknsQsnTextColorsIndex
    34 #include <babitflags.h>    // for TBitFlags32
    31 #include <babitflags.h>    // for TBitFlags32
    35 
    32 
    36 class CWindowGc;
    33 class CWindowGc;
    37 class CGulIcon;
    34 class CGulIcon;
    38 class CCCAppCommLauncherCustomListBoxDataExtension;
    35 class CCCAppCommLauncherCustomListBoxDataExtension;