/inkscape/src/ |
H A D | desktop-events.h | 24 typedef struct _GdkEventMotion GdkEventMotion; typedef in typeref:struct:_GdkEventMotion 35 gint sp_canvas_motion_notify (GtkWidget *widget,GdkEventMotion *motion, SPDesktop *desktop);
|
H A D | desktop-events.cpp | 268 sp_event_context_snap_delay_handler(dtw->desktop->event_context, (gpointer) widget, (gpointer) dtw, (GdkEventMotion *)event, Inkscape::UI::Tools::DelayedSnapEvent::GUIDE_HRULER); 276 sp_event_context_snap_delay_handler(dtw->desktop->event_context, (gpointer) widget, (gpointer) dtw, (GdkEventMotion *)event, Inkscape::UI::Tools::DelayedSnapEvent::GUIDE_VRULER); 347 sp_event_context_snap_delay_handler(desktop->event_context, (gpointer) item, data, (GdkEventMotion *)event, Inkscape::UI::Tools::DelayedSnapEvent::GUIDE_HANDLER); 676 GdkEventMotion* event2 = reinterpret_cast<GdkEventMotion*>(event);
|
/inkscape/src/ui/tool/ |
H A D | control-point.h | 162 void transferGrab(ControlPoint *from, GdkEventMotion *event); 167 /*sigc::signal<void, Geom::Point const &, Geom::Point &, GdkEventMotion*> signal_dragged; 170 sigc::signal<bool, GdkEventMotion*>::accumulated<Int> signal_grabbed; 261 virtual bool grabbed(GdkEventMotion *event); 271 virtual void dragged(Geom::Point &new_pos, GdkEventMotion *event); 346 virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) const { return ""; } 361 static bool _is_drag_cancelled(GdkEventMotion *event); 382 bool _updateDragTip(GdkEventMotion *event);
|
H A D | curve-drag-point.h | 45 virtual void dragged(Geom::Point &, GdkEventMotion *); 46 virtual bool grabbed(GdkEventMotion *);
|
H A D | selectable-control-point.h | 47 virtual void dragged(Geom::Point &new_pos, GdkEventMotion *event); 48 virtual bool grabbed(GdkEventMotion *event);
|
H A D | transform-handle-set.h | 108 virtual Geom::Affine computeTransform(Geom::Point const &pos, GdkEventMotion *event) = 0; 120 virtual bool grabbed(GdkEventMotion *); 121 virtual void dragged(Geom::Point &new_pos, GdkEventMotion *event);
|
H A D | event-utils.cpp | 56 unsigned combine_motion_events(SPCanvas *canvas, GdkEventMotion &event, gint mask) 72 GdkEventMotion &next = event_next->motion;
|
H A D | selectable-control-point.cpp | 52 bool SelectableControlPoint::grabbed(GdkEventMotion *) 62 void SelectableControlPoint::dragged(Geom::Point &new_pos, GdkEventMotion *event)
|
H A D | selector.cpp | 69 virtual bool grabbed(GdkEventMotion *) { 76 virtual void dragged(Geom::Point &new_pos, GdkEventMotion *) {
|
H A D | control-point.cpp | 255 GdkEventMotion em; 402 GdkEventMotion fake; 503 bool ControlPoint::_updateDragTip(GdkEventMotion *event) 529 void ControlPoint::transferGrab(ControlPoint *prev_point, GdkEventMotion *event) 591 bool ControlPoint::_is_drag_cancelled(GdkEventMotion *event) 598 bool ControlPoint::grabbed(GdkEventMotion * /*event*/) 603 void ControlPoint::dragged(Geom::Point &/*new_pos*/, GdkEventMotion * /*event*/)
|
H A D | node.h | 125 virtual void dragged(Geom::Point &new_pos, GdkEventMotion *event); 126 virtual bool grabbed(GdkEventMotion *event); 131 virtual Glib::ustring _getDragTip(GdkEventMotion *event) const; 243 virtual void dragged(Geom::Point &new_pos, GdkEventMotion *event); 244 virtual bool grabbed(GdkEventMotion *event); 249 virtual Glib::ustring _getDragTip(GdkEventMotion *event) const;
|
H A D | transform-handle-set.cpp | 128 bool TransformHandle::grabbed(GdkEventMotion *) 171 void TransformHandle::dragged(Geom::Point &new_pos, GdkEventMotion *event) 220 virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) const { 250 virtual Geom::Affine computeTransform(Geom::Point const &new_pos, GdkEventMotion *event) { 338 virtual Geom::Affine computeTransform(Geom::Point const &new_pos, GdkEventMotion *event) { 418 virtual Geom::Affine computeTransform(Geom::Point const &new_pos, GdkEventMotion *event) 462 virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) const { 503 virtual Geom::Affine computeTransform(Geom::Point const &new_pos, GdkEventMotion *event) 602 virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) const { 647 virtual void dragged(Geom::Point &new_pos, GdkEventMotion *even [all...] |
H A D | event-utils.h | 115 unsigned combine_motion_events(SPCanvas *canvas, GdkEventMotion &event, gint mask);
|
H A D | curve-drag-point.cpp | 47 bool CurveDragPoint::grabbed(GdkEventMotion */*event*/) 70 void CurveDragPoint::dragged(Geom::Point &new_pos, GdkEventMotion *event)
|
H A D | control-point-selection.h | 127 void _pointDragged(Geom::Point &, GdkEventMotion *);
|
H A D | node.cpp | 324 bool Handle::grabbed(GdkEventMotion *) 332 void Handle::dragged(Geom::Point &new_pos, GdkEventMotion *event) 559 Glib::ustring Handle::_getDragTip(GdkEventMotion */*event*/) const 1161 bool Node::grabbed(GdkEventMotion *event) 1205 void Node::dragged(Geom::Point &new_pos, GdkEventMotion *event) 1466 Glib::ustring Node::_getDragTip(GdkEventMotion */*event*/) const
|
/inkscape/src/ui/widget/ |
H A D | rotateable.h | 32 bool on_motion(GdkEventMotion *event);
|
H A D | color-slider.h | 57 bool on_motion_notify_event(GdkEventMotion *event);
|
H A D | rotateable.cpp | 91 bool Rotateable::on_motion(GdkEventMotion *event) {
|
/inkscape/src/ui/tools/ |
H A D | pencil-tool.h | 58 bool _handleMotionNotify(GdkEventMotion const &mevent);
|
H A D | tool-base.h | 67 DelayedSnapEvent(ToolBase *event_context, gpointer const dse_item, gpointer dse_item2, GdkEventMotion const *event, DelayedSnapEvent::DelayedSnapEventOrigin const origin) 86 ((GdkEventMotion *)_event)->time = GDK_CURRENT_TIME; 123 void sp_event_context_snap_delay_handler(ToolBase *ec, gpointer const dse_item, gpointer const dse_item2, GdkEventMotion *event, DelayedSnapEvent::DelayedSnapEventOrigin origin);
|
H A D | connector-tool.h | 128 bool _handleMotionNotify(GdkEventMotion const &mevent);
|
H A D | pen-tool.h | 87 bool _handleMotionNotify(GdkEventMotion const &mevent);
|
/inkscape/src/display/ |
H A D | sp-canvas.h | 163 static gint handle_motion(GtkWidget *widget, GdkEventMotion *event);
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-tablabel.c | 66 GdkEventMotion *event); 479 GdkEventMotion *event) 513 GdkEventMotion e;
|