#include <WrapperFactory.h>
Public Slots | |
Point | startPoint () |
Point | endPoint () |
void | setStartPoint (double x, double y) |
void | setEndPoint (double x, double y) |
int | Width () |
void | setWidth (int w) |
QColor | Color () |
void | setColor (QColor c) |
void | setColor (QString c) |
QColor | FillColor () |
void | setFillColor (QColor c) |
void | setFillColor (QString c) |
bool | isFilled () |
void | setFilled (bool f=true) |
Public Member Functions | |
EllipseWrapper (Ellipse *v) | |
Private Attributes | |
Ellipse * | v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|