Searched refs:get_param (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/extension/
H A Dextension.cpp405 Parameter *Extension::get_param(gchar const *name) function in class:Inkscape::Extension::Extension
421 Parameter * subparam = param->get_param(name);
432 Parameter const *Extension::get_param(const gchar * name) const function in class:Inkscape::Extension::Extension
434 return const_cast<Extension *>(this)->get_param(name);
439 Parameter const *param = get_param(name);
446 Parameter const *param = get_param(name);
461 Parameter const *param = get_param(name);
468 Parameter const*param = get_param(name);
488 param = get_param(name);
507 param = get_param(nam
[all...]
H A Dextension.h189 * This is an inline function that is used by all the get_param and
204 Parameter *get_param(const gchar * name);
206 Parameter const *get_param(const gchar * name) const;
/inkscape/src/extension/param/
H A Dnotebook.h58 Parameter * get_param (const gchar * name);
H A Dnotebook.cpp62 Parameter * get_param (const gchar * name);
383 Parameter *ParamNotebook::get_param(const gchar * name) function in class:Inkscape::Extension::ParamNotebook
390 Parameter * subparam = page->get_param(name);
400 Parameter *ParamNotebookPage::get_param(const gchar * name) function in class:Inkscape::Extension::ParamNotebookPage
H A Dparameter.h155 /** All the code in Notebook::get_param to get the notebook content. */
156 virtual Parameter *get_param(gchar const *name);
H A Dparameter.cpp426 Parameter *Parameter::get_param(gchar const * /*name*/) function in class:Inkscape::Extension::Parameter
/inkscape/share/extensions/
H A Dsynfig_output.py485 def get_param(self, layer, name, param_type="auto"): function
753 if self.get_param(layer, "blend_method") != sif.blend_methods["composite"]:
758 amount = self.get_param(layer, "amount")
803 if len(layers) > 1 or self.get_param(layers[0], "amount") != 1.0:

Completed in 24 milliseconds