Searched refs:VectorParam (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dvector.h24 class VectorParam : public Parameter { class in namespace:Inkscape::LivePathEffect
26 VectorParam( const Glib::ustring& label,
32 virtual ~VectorParam();
59 VectorParam(const VectorParam&);
60 VectorParam& operator=(const VectorParam&);
H A Dvector.cpp24 VectorParam::VectorParam( const Glib::ustring& label, const Glib::ustring& tip, function in class:Inkscape::LivePathEffect::VectorParam
40 VectorParam::~VectorParam()
46 VectorParam::param_set_default()
53 VectorParam::param_readSVGValue(const gchar * strvalue)
78 VectorParam::param_getSVGValue() const
87 VectorParam::param_newWidget()
109 VectorParam::set_and_write_new_values(Geom::Point const &new_origin, Geom::Point const &new_vector)
118 VectorParam
[all...]
/inkscape/src/live_effects/
H A Dlpe-attach-path.h41 VectorParam start_path_curve_end;
46 VectorParam end_path_curve_end;
H A Dlpe-extrude.h32 VectorParam extrude_vector;
H A Dlpe-rough-hatches.h66 VectorParam direction;
67 VectorParam bender;

Completed in 44 milliseconds