Searched refs:connectEventContextChanged (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/
H A Ddesktop.h225 sigc::connection connectEventContextChanged (const sigc::slot<void,SPDesktop*,Inkscape::UI::Tools::ToolBase*> & slot) function in class:SPDesktop
/inkscape/src/widgets/
H A Darc-toolbar.cpp398 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(arc_toolbox_check_ec), holder));
H A Dbox3d-toolbar.cpp415 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(box3d_toolbox_check_ec), holder));
H A Dlpe-toolbar.cpp406 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(lpetool_toolbox_watch_ec), holder));
H A Drect-toolbar.cpp398 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(rect_toolbox_watch_ec), holder));
H A Dfill-style.cpp210 eventContextConn = desktop->connectEventContextChanged(sigc::hide(sigc::bind(sigc::mem_fun(*this, &FillNStroke::eventContextCB), (Inkscape::UI::Tools::ToolBase *)NULL)));
H A Dmesh-toolbar.cpp504 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(mesh_toolbox_watch_ec), holder));
H A Dnode-toolbar.cpp618 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(node_toolbox_watch_ec), holder));
H A Dstar-toolbar.cpp574 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(star_toolbox_watch_ec), holder));
H A Dgradient-toolbar.cpp1235 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(&gradient_toolbox_check_ec), holder));
H A Dtext-toolbar.cpp2039 desktop->connectEventContextChanged(sigc::bind(sigc::ptr_fun(text_toolbox_watch_ec), holder));
H A Dtoolbox.cpp1193 *conn = desktop->connectEventContextChanged(sigc::bind (sigc::ptr_fun(update_func), toolbox));

Completed in 184 milliseconds