phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlaunchercustomlistboxitemdrawer.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 7 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 custom control. Code has been modified to
       
    15 *       suit CCA requirements. See CFormattedCellListBoxItemDrawer
       
    16 *       in eikfrlb.cpp
    15 *
    17 *
    16 */
    18 */
    17 /*
       
    18  * ccappcommlaunchercustomlistboxitemdrawer.h
       
    19  *
       
    20  *  Created on: 2009-10-30
       
    21  *      Author: dev
       
    22  */
       
    23 
    19 
    24 #ifndef CCAPPCOMMLAUNCHERCUSTOMLISTBOXITEMDRAWER_H_
    20 #ifndef CCAPPCOMMLAUNCHERCUSTOMLISTBOXITEMDRAWER_H_
    25 #define CCAPPCOMMLAUNCHERCUSTOMLISTBOXITEMDRAWER_H_
    21 #define CCAPPCOMMLAUNCHERCUSTOMLISTBOXITEMDRAWER_H_
    26 
    22 
    27 #include <eikclb.h>
    23 #include <eikclb.h>
   256                            TInt aItemIndex ) const;
   252                            TInt aItemIndex ) const;
   257     /**
   253     /**
   258     * @internal
   254     * @internal
   259     */
   255     */
   260     void DrawBackgroundAndSeparatorLines( const TRect& aItemTextRect ) const;
   256     void DrawBackgroundAndSeparatorLines( const TRect& aItemTextRect ) const;
       
   257     /**
       
   258      *  Draw separator line 
       
   259      */
       
   260     void DrawSeparator( CGraphicsContext& aGc, const TRect& aRect, const TRgb& aColor ) const;
   261                         
   261                         
   262 
   262 
   263 private:
   263 private:
   264 
   264 
   265 	void CCCAppCommLauncherCustomListBoxItemDrawer_Reserved();
   265 	void CCCAppCommLauncherCustomListBoxItemDrawer_Reserved();