classicui_pub/lists_api/inc/eikfrlbd.h
branchRCL_3
changeset 23 3d340a0166ff
parent 15 08e69e956a8c
child 25 941195f2d488
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
  1059     void DrawDefaultHighlight(CWindowGc &aGc,
  1059     void DrawDefaultHighlight(CWindowGc &aGc,
  1060                               const TRect &aItemRect,
  1060                               const TRect &aItemRect,
  1061                               TBool aHighlight) const;
  1061                               TBool aHighlight) const;
  1062 
  1062 
  1063     /**
  1063     /**
  1064      * Renders a settings animated highlight.
       
  1065      *
       
  1066      * @param aGc Graphics context used for drawing.
       
  1067      * @param aItemRect the area of the screen for drawing.
       
  1068      * @param aHighlight If @c ETrue highlight is rendered 
       
  1069      *        if @c EFalse, nothing is done.
       
  1070      */
       
  1071     void DrawSettingHighlight(CWindowGc &aGc,
       
  1072                               const TRect &aItemRect,
       
  1073                               TBool aHighlight) const;
       
  1074 
       
  1075     /**
       
  1076      * Renders a popup animated highlight.
       
  1077      *
       
  1078      * @param aGc Graphics context used for drawing.
       
  1079      * @param aItemRect the area of the screen for drawing.
       
  1080      * @param aHighlight If @c ETrue highlight is rendered 
       
  1081      *        if @c EFalse, nothing is done.
       
  1082      */
       
  1083     void DrawPopupHighlight(CWindowGc &aGc,
       
  1084                             const TRect &aItemRect,
       
  1085                             TBool aHighlight) const;
       
  1086 
       
  1087     /**
       
  1088      * Draws a popup frame.
       
  1089      *
       
  1090      * @param aGc Graphics context used for drawing.
       
  1091      */
       
  1092     void DrawPopupFrame(CWindowGc &aGc) const;
       
  1093 
       
  1094     /**
       
  1095      * Disables logical-to-visual conversion in subcells between indexes.
  1064      * Disables logical-to-visual conversion in subcells between indexes.
  1096      *
  1065      *
  1097      * @param aFirstIndex First subcell not to use logical-to-visual conversion.
  1066      * @param aFirstIndex First subcell not to use logical-to-visual conversion.
  1098      * @param aSecondIndex Last subcell not to use logical-to-visual conversion.
  1067      * @param aSecondIndex Last subcell not to use logical-to-visual conversion.
  1099      */
  1068      */