Searched refs:effecttype (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpeobject.cpp35 : SPObject(), effecttype(Inkscape::LivePathEffect::INVALID_LPE), effecttype_set(false),
92 this->effecttype = Inkscape::LivePathEffect::INVALID_LPE;
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 Dlpeobject.h33 Inkscape::LivePathEffect::EffectType effecttype; member in class:LivePathEffectObject
H A Deffect.cpp383 if (lpeobj->effecttype_set && LPETypeConverter.is_valid_id(lpeobj->effecttype) )
384 return Glib::ustring( _(LPETypeConverter.get_label(lpeobj->effecttype).c_str()) );
391 return lpeobj->effecttype;
/inkscape/src/extension/internal/filter/
H A Dpaint.h910 const gchar *effecttype = ext->get_param_enum("type"); local
912 if ((g_ascii_strcasecmp("dented", effecttype) == 0)) {
921 if ((g_ascii_strcasecmp("dented", effecttype) == 0)) {

Completed in 34 milliseconds