Lines Matching refs:ControlPoint
77 class ControlPoint : boost::noncopyable, public sigc::trackable {
102 virtual ~ControlPoint();
162 void transferGrab(ControlPoint *from, GdkEventMotion *event);
182 static ControlPoint *mouseovered_point;
188 static sigc::signal<void, ControlPoint*> signal_mouseover_change;
234 ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
248 ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
370 ControlPoint(ControlPoint const &other);
372 void operator=(ControlPoint const &other);
374 static int _event_handler(SPCanvasItem *item, GdkEvent *event, ControlPoint *point);
376 static void _setMouseover(ControlPoint *, unsigned state);