Searched refs:ControlType (Results 1 - 11 of 11) sorted by relevance
/inkscape/src/ui/ |
H A D | control-types.h | 21 enum ControlType { enum in namespace:Inkscape
|
H A D | control-manager.cpp | 29 std::map<Inkscape::ControlType, std::vector<int> > sizeTable; 71 SPCanvasItem *createControl(SPCanvasGroup *parent, ControlType type); 81 bool setControlType(SPCanvasItem *item, ControlType type); 113 std::map<Inkscape::ControlType, std::vector<int> > _sizeTable; 114 std::map<Inkscape::ControlType, GType> _typeTable; 115 std::map<Inkscape::ControlType, SPCtrlShapeType> _ctrlToShape; 116 std::set<Inkscape::ControlType> _resizeOnSelect; 218 SPCanvasItem *ControlManagerImpl::createControl(SPCanvasGroup *parent, ControlType type) 296 bool ControlManagerImpl::setControlType(SPCanvasItem *item, ControlType type) 382 SPCanvasItem *ControlManager::createControl(SPCanvasGroup *parent, ControlType typ [all...] |
H A D | control-manager.h | 52 SPCanvasItem *createControl(SPCanvasGroup *parent, ControlType type); 64 bool setControlType(SPCanvasItem *item, ControlType type);
|
/inkscape/src/ui/tool/ |
H A D | selectable-control-point.h | 36 Inkscape::ControlType type,
|
H A D | control-point.h | 235 ControlType type, 322 bool _setControlType(Inkscape::ControlType type);
|
H A D | selectable-control-point.cpp | 27 Inkscape::ControlType type,
|
H A D | control-point.cpp | 89 ControlType type, 199 bool ControlPoint::_setControlType(Inkscape::ControlType type)
|
H A D | node.cpp | 37 Inkscape::ControlType nodeTypeToCtrlType(Inkscape::UI::NodeType type) 39 Inkscape::ControlType result = Inkscape::CTRL_TYPE_NODE_CUSP;
|
/inkscape/src/display/ |
H A D | sp-canvas-item.h | 66 Inkscape::ControlType ctrlType;
|
/inkscape/src/ |
H A D | knot-holder-entity.h | 55 Inkscape::ControlType type = Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | knot-holder-entity.cpp | 33 void KnotHolderEntity::create(SPDesktop *desktop, SPItem *item, KnotHolder *parent, Inkscape::ControlType type,
|
Completed in 202 milliseconds