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

/inkscape/src/
H A Ddesktop.cpp687 Inkscape::UI::Tools::ToolBase* new_tool = ToolFactory::createObject(toolName); local
688 new_tool->desktop = this;
689 new_tool->message_context = new Inkscape::MessageContext(this->messageStack());
690 event_context = new_tool;
691 new_tool->setup();

Completed in 271 milliseconds