Searched refs:PathParam (Results 1 - 17 of 17) sorted by relevance
/inkscape/src/live_effects/parameter/ |
H A D | path.cpp | 55 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 D | path.h | 24 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 D | originalpath.h | 18 class OriginalPathParam: public PathParam {
|
H A D | originalpath.cpp | 37 : PathParam(label, tip, key, wr, effect, "")
|
/inkscape/src/live_effects/ |
H A D | lpe-envelope.h | 41 PathParam bend_path1; 42 PathParam bend_path2; 43 PathParam bend_path3; 44 PathParam bend_path4;
|
H A D | lpe-interpolate.h | 34 PathParam trajectory_path;
|
H A D | lpe-vonkoch.h | 21 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 D | lpe-curvestitch.h | 38 PathParam strokepath;
|
H A D | lpe-test-doEffect-stack.h | 36 PathParam path;
|
H A D | lpe-dynastroke.h | 58 PathParam capping;
|
H A D | lpe-bendpath.h | 50 PathParam bend_path;
|
H A D | lpe-patternalongpath.h | 48 PathParam pattern;
|
H A D | lpe-vonkoch.cpp | 20 PathParam::param_setup_nodepath(np); 28 PathParam::param_setup_nodepath(np); 35 bool res = PathParam::param_readSVGValue(strvalue);
|
/inkscape/src/ui/ |
H A D | clipboard.h | 29 namespace LivePathEffect { class PathParam; } 46 virtual void copyPathParameter(Inkscape::LivePathEffect::PathParam *) = 0;
|
H A D | clipboard.cpp | 109 virtual void copyPathParameter(Inkscape::LivePathEffect::PathParam *); 278 void ClipboardManagerImpl::copyPathParameter(Inkscape::LivePathEffect::PathParam *pp)
|
/inkscape/src/ |
H A D | selection-chemistry.h | 31 class PathParam;
|
/inkscape/src/ui/tool/ |
H A D | path-manipulator.cpp | 1477 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