|
Public Member Functions |
| Ellipse (Point s=0, Point e=0, QColor c="black", int w=1, bool f=true, QColor fi="white") |
QStringList | Info () |
void | save (QTextStream *t) |
void | open (QTextStream *t, int version) |
Point | startPoint () |
Point | endPoint () |
void | setStartPoint (double x, double y) |
void | setEndPoint (double x, double y) |
int | Width () |
QColor | Color () |
QColor | FillColor () |
void | draw (QPainter *p, double w, double h) |
bool | isFilled () |
bool | inside (int x, int y, int w, int h) |
Protected Attributes |
Point | start |
Point | end |
QColor | color |
int | width |
bool | filled |
QColor | fill |