Lines Matching refs:PathParam
55 PathParam::PathParam( const Glib::ustring& label, const Glib::ustring& tip,
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::param_readSVGValue(const gchar * strvalue)
143 PathParam::param_getSVGValue() const
154 PathParam::param_newWidget()
168 pButton->signal_clicked().connect(sigc::mem_fun(*this, &PathParam::on_edit_button_click));
178 pButton->signal_clicked().connect(sigc::mem_fun(*this, &PathParam::on_copy_button_click));
188 pButton->signal_clicked().connect(sigc::mem_fun(*this, &PathParam::on_paste_button_click));
198 pButton->signal_clicked().connect(sigc::mem_fun(*this, &PathParam::on_link_button_click));
208 PathParam::param_editOncanvas(SPItem *item, SPDesktop * dt)
234 PathParam::param_setup_nodepath(Inkscape::NodePath::Path *)
240 PathParam::addCanvasIndicators(SPLPEItem const*/*lpeitem*/, std::vector<Geom::PathVector> &hp_vec)
249 PathParam::param_transform_multiply(Geom::Affine const& postmul, bool /*set*/)
261 PathParam::set_new_value (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & newpath, bool write_to_svg)
283 * If this PathParam refers to another path, this link is removed (and replaced with explicit path data).
289 * PathParam::readSVGValue, which finally emits the signal_path_changed signal.
294 PathParam::set_new_value (Geom::PathVector const &newpath, bool write_to_svg)
315 PathParam::ensure_pwd2()
328 PathParam::emit_changed()
335 PathParam::start_listening(SPObject * to)
340 linked_delete_connection = to->connectDelete(sigc::mem_fun(*this, &PathParam::linked_delete));
341 linked_modified_connection = to->connectModified(sigc::mem_fun(*this, &PathParam::linked_modified));
343 linked_transformed_connection = SP_ITEM(to)->connectTransformed(sigc::mem_fun(*this, &PathParam::linked_transformed));
349 PathParam::quit_listening(void)
357 PathParam::ref_changed(SPObject */*old_ref*/, SPObject *new_ref)
366 PathParam::remove_link()
376 PathParam::linked_delete(SPObject */*deleted*/)
383 void PathParam::linked_modified(SPObject *linked_obj, guint flags)
388 void PathParam::linked_transformed(Geom::Affine const *rel_transf, SPItem *moved_item)
394 PathParam::linked_modified_callback(SPObject *linked_obj, guint /*flags*/)
420 PathParam::on_edit_button_click()
429 PathParam::paste_param_path(const char *svgd)
448 PathParam::on_paste_button_click()
458 PathParam::on_copy_button_click()
465 PathParam::on_link_button_click()