24 #ifndef __GEOMETRY_HOM_POINT_DRAWER_H_ 25 #define __GEOMETRY_HOM_POINT_DRAWER_H_ 27 #include <geometry/gtk/geom_drawer.h> 41 virtual void draw(Cairo::RefPtr<Cairo::Context>& context);
Drawer for HomPoint objects.
Fawkes library namespace.
Abstract base class for all drawer classes.
float m_point_size
The radius of the point.
virtual ~HomPointDrawer()
Destructor.
HomPointDrawer(const HomPoint &p)
Constructor.
virtual void draw(Cairo::RefPtr< Cairo::Context > &context)
This method is called by the GeomDrawingArea.
void set_point_size(float s)
Set the point size with which points a drawn by this drawer.