24 #ifndef __GEOMETRY_SPLINE_DRAWER_H_ 25 #define __GEOMETRY_SPLINE_DRAWER_H_ 27 #include <geometry/gtk/geom_drawer.h> 40 virtual void draw(Cairo::RefPtr<Cairo::Context>& context);
A spline made up of cubic Bezier curves.
Fawkes library namespace.
Drawer for Spline objects.
virtual ~SplineDrawer()
Destructor.
Abstract base class for all drawer classes.
SplineDrawer(Spline &s)
Constructor.
virtual void draw(Cairo::RefPtr< Cairo::Context > &context)
This method is called by the GeomDrawingArea.