Searched refs:PathParam (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dpath.cpp55 PathParam::PathParam( const Glib::ustring& label, const Glib::ustring& tip, function in class:Inkscape::LivePathEffect::PathParam
70 ref_changed_connection = ref.changedSignal().connect(sigc::mem_fun(*this, &PathParam::ref_changed));
73 PathParam::~PathParam()
81 PathParam::get_pathvector() const
87 PathParam::get_pwd2()
94 PathParam::param_set_default()
100 PathParam::param_set_and_write_default()
106 PathParam
[all...]
H A Dpath.h24 class PathParam : public Parameter { class in namespace:Inkscape::LivePathEffect
26 PathParam ( const Glib::ustring& label,
32 virtual ~PathParam();
68 gchar * href; // contains link to other object, e.g. "#path2428", NULL if PathParam contains pathdata itself
93 PathParam(const PathParam&);
94 PathParam& operator=(const PathParam&);
H A Doriginalpath.h18 class OriginalPathParam: public PathParam {
H A Doriginalpath.cpp37 : PathParam(label, tip, key, wr, effect, "")
/inkscape/src/live_effects/
H A Dlpe-envelope.h41 PathParam bend_path1;
42 PathParam bend_path2;
43 PathParam bend_path3;
44 PathParam bend_path4;
H A Dlpe-interpolate.h34 PathParam trajectory_path;
H A Dlpe-vonkoch.h21 class VonKochPathParam : public PathParam{
28 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
34 class VonKochRefPathParam : public PathParam{
41 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
H A Dlpe-curvestitch.h38 PathParam strokepath;
H A Dlpe-test-doEffect-stack.h36 PathParam path;
H A Dlpe-dynastroke.h58 PathParam capping;
H A Dlpe-bendpath.h50 PathParam bend_path;
H A Dlpe-patternalongpath.h48 PathParam pattern;
H A Dlpe-vonkoch.cpp20 PathParam::param_setup_nodepath(np);
28 PathParam::param_setup_nodepath(np);
35 bool res = PathParam::param_readSVGValue(strvalue);
/inkscape/src/ui/
H A Dclipboard.h29 namespace LivePathEffect { class PathParam; }
46 virtual void copyPathParameter(Inkscape::LivePathEffect::PathParam *) = 0;
H A Dclipboard.cpp109 virtual void copyPathParameter(Inkscape::LivePathEffect::PathParam *);
278 void ClipboardManagerImpl::copyPathParameter(Inkscape::LivePathEffect::PathParam *pp)
/inkscape/src/
H A Dselection-chemistry.h31 class PathParam;
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1477 PathParam *pathparam = dynamic_cast<PathParam *>(lpe->getParameter(_lpe_key.data()));
1502 PathParam *pathparam = dynamic_cast<PathParam *>(lpe->getParameter(_lpe_key.data()));

Completed in 52 milliseconds