Searched refs:LivePathEffect (Results 1 - 25 of 173) sorted by relevance

1234567

/inkscape/src/live_effects/parameter/
H A Dpath-reference.cpp15 namespace LivePathEffect { namespace in namespace:Inkscape
31 } // namespace LivePathEffect
/inkscape/src/live_effects/
H A Dlpeobject.h5 * Inkscape::LivePathEffect
20 namespace LivePathEffect { namespace in namespace:Inkscape
33 Inkscape::LivePathEffect::EffectType effecttype;
41 Inkscape::LivePathEffect::Effect * get_lpe() { return lpe; };
42 Inkscape::LivePathEffect::Effect const * get_lpe() const { return lpe; };
44 Inkscape::LivePathEffect::Effect *lpe; // this can be NULL in a valid LivePathEffectObject
H A Dlpe-bounding-box.h16 namespace LivePathEffect { namespace in namespace:Inkscape
34 }; //namespace LivePathEffect
H A Dlpe-circle_3pts.h23 namespace LivePathEffect { namespace in namespace:Inkscape
37 } //namespace LivePathEffect
H A Dlpe-circle_with_radius.h21 namespace LivePathEffect { namespace in namespace:Inkscape
40 } //namespace LivePathEffect
H A Dlpe-clone-original.h16 namespace LivePathEffect { namespace in namespace:Inkscape
33 }; //namespace LivePathEffect
H A Dlpe-ellipse_5pts.h22 namespace LivePathEffect { namespace in namespace:Inkscape
36 } //namespace LivePathEffect
H A Dlpe-fill-between-many.h16 namespace LivePathEffect { namespace in namespace:Inkscape
33 }; //namespace LivePathEffect
H A Dlpe-interpolate_points.h21 namespace LivePathEffect { namespace in namespace:Inkscape
37 } //namespace LivePathEffect
H A Dlpegroupbbox.h16 namespace LivePathEffect { namespace in namespace:Inkscape
28 }; //namespace LivePathEffect
H A Dlpeobject.cpp35 : SPObject(), effecttype(Inkscape::LivePathEffect::INVALID_LPE), effecttype_set(false),
92 this->effecttype = Inkscape::LivePathEffect::INVALID_LPE;
112 if ( value && Inkscape::LivePathEffect::LPETypeConverter.is_valid_key(value) ) {
113 this->effecttype = Inkscape::LivePathEffect::LPETypeConverter.get_id_from_key(value);
114 this->lpe = Inkscape::LivePathEffect::Effect::New(this->effecttype, this);
117 this->effecttype = Inkscape::LivePathEffect::INVALID_LPE;
137 repr->setAttribute("effect", Inkscape::LivePathEffect::LPETypeConverter.get_key(this->effecttype).c_str());
H A Dlpe-clone-original.cpp14 namespace LivePathEffect { namespace in namespace:Inkscape
38 } // namespace LivePathEffect
H A Dlpe-constructgrid.h21 namespace LivePathEffect { namespace in namespace:Inkscape
38 } //namespace LivePathEffect
H A Dlpe-fill-between-strokes.h16 namespace LivePathEffect { namespace in namespace:Inkscape
35 }; //namespace LivePathEffect
H A Dlpe-interpolate.h23 namespace LivePathEffect { namespace in namespace:Inkscape
42 } //namespace LivePathEffect
H A Dlpe-recursiveskeleton.h19 namespace LivePathEffect { namespace in namespace:Inkscape
36 } //namespace LivePathEffect
H A Dlpe-skeleton.h19 namespace LivePathEffect { namespace in namespace:Inkscape
55 } //namespace LivePathEffect
H A Dlpe-spiro.h14 namespace LivePathEffect { namespace in namespace:Inkscape
32 }; //namespace LivePathEffect
H A Dlpe-text_label.h21 namespace LivePathEffect { namespace in namespace:Inkscape
37 } //namespace LivePathEffect
H A Dlpe-gears.h18 namespace LivePathEffect { namespace in namespace:Inkscape
35 }; //namespace LivePathEffect
/inkscape/src/
H A Ddoxygen-main.dox79 namespace LivePathEffect {}
H A Dsp-lpe-item.h32 namespace LivePathEffect{ namespace in namespace:Inkscape
38 typedef std::list<Inkscape::LivePathEffect::LPEObjectReference *> PathEffectList;
50 Inkscape::LivePathEffect::LPEObjectReference* current_path_effect;
78 Inkscape::LivePathEffect::Effect* getPathEffectOfType(int type);
79 Inkscape::LivePathEffect::Effect const* getPathEffectOfType(int type) const;
87 Inkscape::LivePathEffect::LPEObjectReference* getCurrentLPEReference();
88 Inkscape::LivePathEffect::Effect* getCurrentLPE();
89 bool setCurrentPathEffect(Inkscape::LivePathEffect::LPEObjectReference* lperef);
/inkscape/src/ui/dialog/
H A Dlpe-powerstroke-properties.h32 static void showDialog(SPDesktop *desktop, Geom::Point knotpoint, const Inkscape::LivePathEffect::PowerStrokePointArrayParamKnotHolderEntity *pt);
37 Inkscape::LivePathEffect::PowerStrokePointArrayParamKnotHolderEntity *_knotpoint;
57 void _setPt(const Inkscape::LivePathEffect::PowerStrokePointArrayParamKnotHolderEntity *pt);
68 friend class Inkscape::LivePathEffect::PowerStrokePointArrayParamKnotHolderEntity;
H A Dlpe-fillet-chamfer-properties.h31 const Inkscape::LivePathEffect::
39 Inkscape::LivePathEffect::FilletChamferPointArrayParamKnotHolderEntity *
67 void _set_pt(const Inkscape::LivePathEffect::
82 friend class Inkscape::LivePathEffect::
/inkscape/src/ui/tools/
H A Dlpe-tool.h27 Inkscape::LivePathEffect::EffectType type;
55 Inkscape::LivePathEffect::EffectType mode;
73 int lpetool_mode_to_index(Inkscape::LivePathEffect::EffectType const type);
75 bool lpetool_try_construction(LpeTool *lc, Inkscape::LivePathEffect::EffectType const type);
76 void lpetool_context_switch_mode(LpeTool *lc, Inkscape::LivePathEffect::EffectType const type);

Completed in 909 milliseconds

1234567