classicui_pub/ui_framework_utilities_api/inc/AknUtils.h
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 10 9f56a4e1b8ab
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
  2698      */
  2698      */
  2699     IMPORT_C static TPoint Position( const TSize& aSize,
  2699     IMPORT_C static TPoint Position( const TSize& aSize,
  2700         CCoeControl* aControl );
  2700         CCoeControl* aControl );
  2701     };
  2701     };
  2702 
  2702 
       
  2703 
       
  2704 /**
       
  2705  * Helper functions for Lists
       
  2706  * 
       
  2707  * @since S60 v5.2
       
  2708  */
       
  2709 class AknListUtils
       
  2710     {
       
  2711 public:
       
  2712     /** 
       
  2713      * Draws a separator line between list items.
       
  2714      * 
       
  2715      * @param aGc       Graphics context where separator is drawn to.
       
  2716      * @param aRect     Rectangle occupied by the item that is separated.
       
  2717      * @param aColor    Text color used in item. Separator is drawn with this
       
  2718      *                  color and additional alpha mask.
       
  2719      */
       
  2720     IMPORT_C static void DrawSeparator( CGraphicsContext& aGc, 
       
  2721         const TRect& aRect, const TRgb& aColor );
       
  2722     };
       
  2723 
  2703 #endif //  __AKNUTILS_H__
  2724 #endif //  __AKNUTILS_H__
  2704 
  2725 
  2705 // End of file
  2726 // End of file
  2706 
  2727