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

/inkscape/src/ui/
H A Dcontrol-manager.h33 enum CtrlLineType { enum in namespace:Inkscape
54 SPCtrlLine *createControlLine(SPCanvasGroup *parent, CtrlLineType type = CTLINE_PRIMARY);
56 SPCtrlLine *createControlLine(SPCanvasGroup *parent, Geom::Point const &p1, Geom::Point const &p2, CtrlLineType type = CTLINE_PRIMARY);
58 SPCtrlCurve *createControlCurve(SPCanvasGroup *parent, Geom::Point const &p0, Geom::Point const &p1, Geom::Point const &p2, Geom::Point const &p3, CtrlLineType type = CTLINE_PRIMARY);

Completed in 23 milliseconds