Searched refs:_handleDragDrop (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlayers.h73 bool _handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
H A Dobjects.h200 bool _handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
H A Dtags.h73 bool _handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
H A Dlayers.cpp662 bool LayersPanel::_handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& /*context*/, int x, int y, guint /*time*/) function in class:Inkscape::UI::Dialog::LayersPanel
856 _tree.signal_drag_drop().connect( sigc::mem_fun(*this, &LayersPanel::_handleDragDrop), false);
H A Dtags.cpp736 bool TagsPanel::_handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& /*context*/, int x, int y, guint /*time*/) function in class:Inkscape::UI::Dialog::TagsPanel
968 _tree.signal_drag_drop().connect( sigc::mem_fun(*this, &TagsPanel::_handleDragDrop), false);
H A Dobjects.cpp990 bool ObjectsPanel::_handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& /*context*/, int x, int y, guint /*time*/) function in class:Inkscape::UI::Dialog::ObjectsPanel
1752 _tree.signal_drag_drop().connect( sigc::mem_fun(*this, &ObjectsPanel::_handleDragDrop), false);

Completed in 1220 milliseconds