Searched refs:ArrayParam (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/live_effects/parameter/ |
H A D | array.h | 26 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 D | array.cpp | 21 ArrayParam<double>::readsvg(const gchar * str) 30 ArrayParam<float>::readsvg(const gchar * str) 39 ArrayParam<Geom::Point>::readsvg(const gchar * str)
|
H A D | powerstrokepointarray.h | 23 class PowerStrokePointArrayParam : public ArrayParam<Geom::Point> {
|
H A D | filletchamferpointarray.h | 28 class FilletChamferPointArrayParam : public ArrayParam<Geom::Point> {
|
H A D | powerstrokepointarray.cpp | 28 : ArrayParam<Geom::Point>(label, tip, key, wr, effect, 0)
|
H A D | filletchamferpointarray.cpp | 48 : ArrayParam<Point>(label, tip, key, wr, effect, 0)
|
/inkscape/src/live_effects/ |
H A D | lpe-knot.h | 78 ArrayParam<double> crossing_points_vector;//svg storage of crossing_points
|
Completed in 19 milliseconds