umbrello API Documentation

LinePath::Circle Class Reference

Draw a (hollow) circle. More...

#include <linepath.h>

List of all members.

Public Member Functions

 Circle (QCanvas *canvas, int radius=0)
void setRadius (int radius)
int getRadius () const
void setX (int x)
void setY (int y)
void drawShape (QPainter &p)
 The beef: Override method from QCanvasEllipse.


Detailed Description

Draw a (hollow) circle.

We can't use QCanvasEllipse directly for this because it doesn't use the pen, i.e. QCanvasEllipse only draws filled ellipses.

Definition at line 203 of file linepath.h.


Member Function Documentation

void LinePath::Circle::drawShape QPainter &  p  ) 
 

The beef: Override method from QCanvasEllipse.

Definition at line 55 of file linepath.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:08:05 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003