24 #include <geometry/gtk/hom_point_drawer.h> 25 #include <geometry/hom_point.h> 65 float x = m_hom_point->
x();
66 float y = m_hom_point->
y();
69 context->move_to(x, y);
virtual float y() const
RO-getter for y.
Fawkes library namespace.
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.
virtual float x() const
RO-getter for x.