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

/inkscape/src/live_effects/parameter/
H A Darray.h26 class ArrayParam : public Parameter { class in namespace:Inkscape::LivePathEffect
28 ArrayParam( const Glib::ustring& label, function in class:Inkscape::LivePathEffect::ArrayParam
39 virtual ~ArrayParam() {
103 ArrayParam(const ArrayParam&);
104 ArrayParam& operator=(const ArrayParam&);
H A Darray.cpp21 ArrayParam<double>::readsvg(const gchar * str)
30 ArrayParam<float>::readsvg(const gchar * str)
39 ArrayParam<Geom::Point>::readsvg(const gchar * str)
H A Dpowerstrokepointarray.h23 class PowerStrokePointArrayParam : public ArrayParam<Geom::Point> {
H A Dfilletchamferpointarray.h28 class FilletChamferPointArrayParam : public ArrayParam<Geom::Point> {
H A Dpowerstrokepointarray.cpp28 : ArrayParam<Geom::Point>(label, tip, key, wr, effect, 0)
H A Dfilletchamferpointarray.cpp48 : ArrayParam<Point>(label, tip, key, wr, effect, 0)
/inkscape/src/live_effects/
H A Dlpe-knot.h78 ArrayParam<double> crossing_points_vector;//svg storage of crossing_points

Completed in 532 milliseconds