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

/inkscape/src/ui/
H A Dcontrol-types.h21 enum ControlType { enum in namespace:Inkscape
H A Dcontrol-manager.cpp29 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 Dcontrol-manager.h52 SPCanvasItem *createControl(SPCanvasGroup *parent, ControlType type);
64 bool setControlType(SPCanvasItem *item, ControlType type);
/inkscape/src/ui/tool/
H A Dselectable-control-point.h36 Inkscape::ControlType type,
H A Dcontrol-point.h235 ControlType type,
322 bool _setControlType(Inkscape::ControlType type);
H A Dselectable-control-point.cpp27 Inkscape::ControlType type,
H A Dcontrol-point.cpp89 ControlType type,
199 bool ControlPoint::_setControlType(Inkscape::ControlType type)
H A Dnode.cpp37 Inkscape::ControlType nodeTypeToCtrlType(Inkscape::UI::NodeType type)
39 Inkscape::ControlType result = Inkscape::CTRL_TYPE_NODE_CUSP;
/inkscape/src/display/
H A Dsp-canvas-item.h66 Inkscape::ControlType ctrlType;
/inkscape/src/
H A Dknot-holder-entity.h55 Inkscape::ControlType type = Inkscape::CTRL_TYPE_UNKNOWN,
H A Dknot-holder-entity.cpp33 void KnotHolderEntity::create(SPDesktop *desktop, SPItem *item, KnotHolder *parent, Inkscape::ControlType type,

Completed in 210 milliseconds