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

/inkscape/src/
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 14 milliseconds