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

/inkscape/src/filters/
H A Dimage.cpp72 static void sp_feImage_elem_modified(SPObject* /*href*/, guint /*flags*/, SPObject* obj) function
83 feImage->_image_modified_connection = ((SPObject*) feImage->SVGElem)->connectModified(sigc::bind(sigc::ptr_fun(&sp_feImage_elem_modified), obj));
116 this->_image_modified_connection = ((SPObject*) this->SVGElem)->connectModified(sigc::bind(sigc::ptr_fun(&sp_feImage_elem_modified), this));

Completed in 19 milliseconds