|
| Polygon (Canvas *canvas, std::list< Point > &points) |
|
| Polygon (Group *parent, std::list< Point > &points, ItemClient *client=NULL) |
|
virtual | ~Polygon () |
|
void | SetPoints (std::list< Point > &points) |
|
void | AddPoint (double x, double y) |
|
double | Distance (double x, double y, Item **item) const |
|
void | Draw (cairo_t *cr, bool is_vector) const |
|
virtual void | BuildPath (cairo_t *cr) const |
|
void | Move (double x, double y) |
|
| FillItem (Canvas *canvas) |
|
| FillItem (Group *parent, ItemClient *client=NULL) |
|
virtual | ~FillItem () |
|
void | SetFillColor (GOColor val) |
|
GOColor | GetFillColor (void) const |
|
| LineItem (Canvas *canvas) |
|
| LineItem (Group *parent, ItemClient *client=NULL) |
|
virtual | ~LineItem () |
|
GOColor | GetEffectiveLineColor () const |
|
void | ApplyLine (cairo_t *cr) const |
|
void | SetDashes (double const *dashes, int num_dashes, double offset) |
|
void | SetLineWidth (double val) |
|
double | GetLineWidth (void) const |
|
void | SetLineColor (GOColor val) |
|
GOColor | GetLineColor (void) const |
|
void | SetAutoColor (bool val) |
|
bool | GetAutoColor (void) const |
|
| Item (Canvas *canvas) |
|
| Item (Group *parent, ItemClient *client=NULL) |
|
virtual | ~Item () |
|
void | GetBounds (double &x0, double &y0, double &x1, double &y1) const |
|
void | Invalidate () const |
|
void | SetVisible (bool visible) |
|
virtual bool | Draw (cairo_t *cr, double x0, double y0, double x1, double y1, bool is_vector) const |
|
bool | IsTopLevel () const |
|
void | SetClient (ItemClient *val) |
|
ItemClient * | GetClient (void) |
|
Group const * | GetParent (void) const |
|
bool | GetVisible (void) const |
|
void | SetOperator (cairo_operator_t val) |
|
cairo_operator_t | GetOperator (void) const |
|
Polygon.
Polygon item.
Definition at line 41 of file polygon.h.