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

/inkscape/src/ui/
H A Dcontrol-manager.h64 bool setControlType(SPCanvasItem *item, ControlType type);
H A Dcontrol-manager.cpp81 bool setControlType(SPCanvasItem *item, ControlType type);
296 bool ControlManagerImpl::setControlType(SPCanvasItem *item, ControlType type) function in class:Inkscape::ControlManagerImpl
436 bool ControlManager::setControlType(SPCanvasItem *item, ControlType type) function in class:Inkscape::ControlManager
438 return _impl->setControlType(item, type);
/inkscape/src/ui/tool/
H A Dcontrol-point.cpp201 return ControlManager::getManager().setControlType(_canvas_item, type);

Completed in 18 milliseconds