|
| FillItem (Canvas *canvas) |
|
| FillItem (Group *parent, ItemClient *client=NULL) |
|
virtual | ~FillItem () |
|
GOColor | GetEffectiveFillColor () const |
|
void | SetFillColor (GOColor val) |
|
GOColor | GetFillColor (void) const |
|
void | SetAutoFillColor (bool val) |
|
bool | GetAutoFillColor (void) const |
|
| LineItem (Canvas *canvas) |
|
| LineItem (Group *parent, ItemClient *client=NULL) |
|
virtual | ~LineItem () |
|
GOColor | GetEffectiveLineColor () const |
|
bool | 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 double | Distance (double x, double y, Item **item) const |
|
virtual void | BuildPath (cairo_t *cr) const |
|
virtual void | Draw (cairo_t *cr, bool is_vector) const |
|
virtual bool | Draw (cairo_t *cr, double x0, double y0, double x1, double y1, bool is_vector) const |
|
virtual void | Move (double x, double y) |
|
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 |
|
Base class for filled items.
This class has just one important member: the fill color. Although it is not a virtual class, only derived objects should be used.
Definition at line 40 of file fill-item.h.