25 #ifndef GCCV_POLY_LINE_H 26 #define GCCV_POLY_LINE_H 70 void SetPoints (std::list <Point> &points);
87 void Draw (cairo_t *cr,
bool is_vector)
const;
94 void Move (
double x,
double y);
111 #endif // GCCV_POLY_LINE_H the base class for objects associated with a canvas item.
void Move(double x, double y)
void SetPoints(std::list< Point > &points)
Base class for line items, whether straight or curved.
Gnome Chemistry Canvas library namespace.
std::list< Point > m_Points
double Distance(double x, double y, Item **item) const
void Draw(cairo_t *cr, bool is_vector) const
PolyLine(Canvas *canvas, std::list< Point > &points)
The base class for the canvas contents.