Searched refs:connectEventContextChanged (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/ |
H A D | desktop.h | 225 sigc::connection connectEventContextChanged (const sigc::slot<void,SPDesktop*,Inkscape::UI::Tools::ToolBase*> & slot) function in class:SPDesktop
|
/inkscape/src/widgets/ |
H A D | arc-toolbar.cpp | 398 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(arc_toolbox_check_ec), holder));
|
H A D | box3d-toolbar.cpp | 415 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(box3d_toolbox_check_ec), holder));
|
H A D | lpe-toolbar.cpp | 406 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(lpetool_toolbox_watch_ec), holder));
|
H A D | rect-toolbar.cpp | 398 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(rect_toolbox_watch_ec), holder));
|
H A D | fill-style.cpp | 210 eventContextConn = desktop->connectEventContextChanged(sigc::hide(sigc::bind(sigc::mem_fun(*this, &FillNStroke::eventContextCB), (Inkscape::UI::Tools::ToolBase *)NULL)));
|
H A D | mesh-toolbar.cpp | 504 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(mesh_toolbox_watch_ec), holder));
|
H A D | node-toolbar.cpp | 618 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(node_toolbox_watch_ec), holder));
|
H A D | star-toolbar.cpp | 574 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(star_toolbox_watch_ec), holder));
|
H A D | gradient-toolbar.cpp | 1235 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(&gradient_toolbox_check_ec), holder));
|
H A D | text-toolbar.cpp | 2039 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(text_toolbox_watch_ec), holder));
|
H A D | toolbox.cpp | 1193 *conn = desktop->connectEventContextChanged(sigc::bind (sigc::ptr_fun(update_func), toolbox));
|
Completed in 184 milliseconds