Searched defs:param_readSVGValue (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dbool.cpp40 BoolParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::BoolParam
H A Dunit.cpp36 UnitParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::UnitParam
H A Darray.h51 virtual bool param_readSVGValue(const gchar * strvalue) { function in class:Inkscape::LivePathEffect::ArrayParam
H A Denum.h52 bool param_readSVGValue(const gchar * strvalue) { function in class:Inkscape::LivePathEffect::EnumParam
H A Dtext.cpp80 TextParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::TextParam
H A Dtogglebutton.cpp49 ToggleButtonParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::ToggleButtonParam
H A Doriginalpatharray.cpp414 bool OriginalPathArrayParam::param_readSVGValue(const gchar* strvalue) function in class:Inkscape::LivePathEffect::OriginalPathArrayParam
H A Dparameter.cpp78 ScalarParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::ScalarParam
H A Dpoint.cpp87 PointParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::PointParam
H A Drandom.cpp46 RandomParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::RandomParam
H A Dtransformedpoint.cpp52 TransformedPointParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::TransformedPointParam
H A Dvector.cpp53 VectorParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::VectorParam
H A Dpath.cpp67 param_readSVGValue(defvalue);
96 param_readSVGValue(defvalue);
106 PathParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::PathParam
/inkscape/src/live_effects/
H A Dlpe-vonkoch.cpp32 VonKochRefPathParam::param_readSVGValue(const gchar * strvalue) function in class:Inkscape::LivePathEffect::VonKochRefPathParam
35 bool res = PathParam::param_readSVGValue(strvalue);

Completed in 852 milliseconds