Searched defs:VectorParam (Results 1 - 2 of 2) 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...]

Completed in 14 milliseconds