Searched refs:toolName (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddesktop.h315 void set_event_context2(const std::string& toolName);
H A Ddesktop.cpp671 void SPDesktop::set_event_context2(const std::string& toolName) argument
676 if (toolName.compare(old_tool->pref_observer->observed_path) != 0) {
678 //g_message("New tool: %s", toolName.c_str());
687 Inkscape::UI::Tools::ToolBase* new_tool = ToolFactory::createObject(toolName);

Completed in 29 milliseconds