On Wed, Apr 07, 2004 at 10:52:38AM +0200, Alfredo Braunstein wrote:
> Comments?

With exception of the unusual indentation in

+       /// draw a line from point to point
+       Painter & line(int, int, int, int, LColor_color,
+                      line_style = line_solid, line_width = line_thin)
+               {
+                       return *this;
+               }

it looks really good.

Btw, is there any place in the code where the return value of these
function is actually used?

Well, even if there were a few, I'd use

       void line(int, int, int, int, LColor_color,
                    line_style = line_solid, line_width = line_thin)
       {}

Andre'

Reply via email to